A library for accessing torch serialized files
Stars
0
Forks
0
Watchers
0
Open Issues
5
Overall repository health assessment
2
commits
No package.json found
This might not be a Node.js project
added a method __len__(..) to class GenericTorchTensor
0400525View on GitHubadded support for single number indices in GenericTorchTensor.__getitem__
da3ee03View on GitHubadded support for reading gzipped and bzipped files (inferred from the filename)
631531cView on GitHubin class InputFile: added support for giving a string (filename) instead of a file like object to the constructor
391803dView on GitHubbugfix in OutputFile.writeObject(..): was using "str" instead of "obj"
11968abView on GitHubbugfix in OutputFile.writeTable(..): inverted logic when using isNew
61f7e26View on GitHubinitial commit: test program for writing float tensors
7c3a044View on GitHub