Created
March 18, 2018 13:52
-
-
Save psinger/885cb73d2d585bffb79da3e525dcfbdd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
h5 = tb.open_file('dot.h5', 'r') | |
a = h5.root.data | |
row = a[0,:] #only one row gets loaded into memory | |
print row |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment