Skip to content

Instantly share code, notes, and snippets.

@FrancescoSaverioZuppichini
Created September 23, 2018 16:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FrancescoSaverioZuppichini/18aa77e223bcd230a3738962033d56c0 to your computer and use it in GitHub Desktop.
Save FrancescoSaverioZuppichini/18aa77e223bcd230a3738962033d56c0 to your computer and use it in GitHub Desktop.
sizes = [1, 32, 64]
for in_f,out_f in zip(sizes, sizes[1:]):
print(in_f,out_f)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment