Created
March 18, 2018 13:54
-
-
Save psinger/1cb269be1ea12f5929ade270a0e93e83 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 = csr_matrix((h5.root.data[:], h5.root.indices[:], h5.root.indptr[:]), shape=(l,n)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment