Sam Gross
|
c4d1318662
|
Fix map_location in torch.load (#1006)
|
2017-03-15 16:54:19 -04:00 |
|
Martin Raison
|
f17cfe4293
|
sparse tensor operations (#735)
|
2017-03-03 18:37:03 +01:00 |
|
Sam Gross
|
6464e69e21
|
Docs for torch.Storage (#475)
|
2017-01-18 03:22:30 -05:00 |
|
Sam Gross
|
d951d5b1cd
|
Fix tensor.cuda(0) when on non-zero device. (#472)
|
2017-01-18 01:08:37 -05:00 |
|
Adam Paszke
|
0325e2f646
|
Major autograd refactor
Improves autograd performance by more than 2x and fixes a couple
of bugs. All core functions have been moved to C.
|
2016-10-13 17:17:49 -07:00 |
|
Sam Gross
|
2bc9da4f5e
|
Support "device" keyword argument (#79)
Adds the optional "device" keyword argument to Tensor and Storage
constructors and .new methods.
|
2016-10-01 19:32:55 -04:00 |
|
Adam Paszke
|
e034f258e3
|
Fix ffi utils in Python 2.7
|
2016-10-01 15:37:05 -07:00 |
|
Adam Paszke
|
11b38a6895
|
Add more functions to autograd
|
2016-09-30 16:37:07 -04:00 |
|
Sam Gross
|
cb5d4e836f
|
Lazy load CUDA and THNN modules (#64)
|
2016-09-28 19:29:53 -04:00 |
|
Adam Paszke
|
3eac7164f4
|
Add data parallel functions to nn
|
2016-09-27 15:45:45 -07:00 |
|
Adam Paszke
|
8fdec15a55
|
Codemod to remove camel case method naming
|
2016-09-20 08:40:28 -07:00 |
|
Adam Paszke
|
da5bb373e6
|
Type conversions now use auto gpu
|
2016-09-15 18:48:27 -07:00 |
|