Adam Paszke
e71204b52f
Improve error messages in storage and tensor C functions
2016-09-23 17:17:35 -07:00
Adam Paszke
8fdec15a55
Codemod to remove camel case method naming
2016-09-20 08:40:28 -07:00
Adam Paszke
a8e816f450
Fix maskedSelect test
2016-09-18 12:54:12 -04:00
Adam Paszke
5d24432322
Fix errors when printing tensors with inf and nan values
2016-09-15 18:49:20 -07:00
Adam Paszke
4bad029fd4
Add more functions to autograd
2016-09-15 13:01:24 -07:00
Adam Paszke
f646391f26
Bug fixes and test improvements
...
Fixed:
* tensor and storage printing
* legacy.nn module printing
* SpatialCrosMapLRN tests
Also, all fixed bugs have regression tests now.
2016-09-08 19:07:05 -07:00
Sam Gross
1486d880b0
Add Storage.from_buffer
...
The from_buffer is similar to numpy's frombuffer. It decodes a Python
buffer object into a Storage object. For byte and char storages, it
simply copies the bytes.
2016-09-07 15:32:33 -07:00
Adam Paszke
cc62ee229e
Fix torch tests
2016-08-24 10:10:52 -07:00
Adam Paszke
75579fcabd
Fix Log autograd test
2016-08-23 10:42:36 -07:00
Adam Paszke
686e8d32e2
Add torch.save and torch.load
2016-08-23 07:51:55 -07:00
Adam Paszke
e6953000e8
Add tests for copy and pickle + make CUDA optional in legacy nn tests
2016-08-15 06:37:57 -07:00
Adam Paszke
1e905eb4d5
copy -> copy_
2016-08-12 09:26:33 -07:00
Adam Paszke
1a57979f41
Add cutorch tests
2016-08-11 06:43:41 -07:00