Skip to content

Instantly share code, notes, and snippets.

@unnonouno
Created April 19, 2017 13:51
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save unnonouno/d53069ca4d5905c4668cc2ef3544df3b to your computer and use it in GitHub Desktop.
Save unnonouno/d53069ca4d5905c4668cc2ef3544df3b to your computer and use it in GitHub Desktop.
npz_keys.py
import sys
import numpy
if __name__ == '__main__':
with numpy.load(sys.argv[1]) as f:
print(f.keys())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment