Soumith Chintala
|
f4d8944973
|
fix OSX fread bug (#1068)
|
2017-03-22 22:06:14 -04:00 |
|
Adam Lerer
|
e71cf20192
|
improved serialization (no tar copy) (#713)
|
2017-02-22 22:24:20 +01:00 |
|
Dr. Kashif Rasul
|
407a92dc26
|
std::min() requires same type (#732)
* std::min() requires same type
* cast buffer instead
* declare buffer_size as int64_t
|
2017-02-13 18:06:05 +01:00 |
|
Adam Lerer
|
0a893abc7b
|
fix serialization bug for large files
|
2017-02-12 19:13:02 +01:00 |
|
Sam Gross
|
ad5fdef6ac
|
Make every user-visible Tensor have a Storage (#179)
|
2016-10-31 12:12:22 -04:00 |
|
Adam Paszke
|
0c9670ddf0
|
Allow remapping storages at load time and serialize data in little endian order
|
2016-10-04 12:54:55 -07:00 |
|
Adam Paszke
|
4a8a185aa4
|
Preserve storage view sharing in torch.save and torch.load
|
2016-09-25 12:24:10 -07:00 |
|
Adam Paszke
|
d1fda539b7
|
Fix nn serialization errors
|
2016-09-15 19:28:34 -07:00 |
|
Adam Paszke
|
686e8d32e2
|
Add torch.save and torch.load
|
2016-08-23 07:51:55 -07:00 |
|