mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
a9569c6fb1e6e7f921bec0e8c751b58e0926e70d
trying to load an object that contains a class that is not loaded yet causes the problem. require 'nn' m=nn.Linear(10,20) torch.save('m.obj',m) Really quit [y/N]? y torch.load('m.obj')
Description
Languages
Python
59.9%
C++
32.3%
Cuda
2.9%
C
1.4%
Objective-C++
1.1%
Other
2.1%