koray kavukcuoglu a9569c6fb1 avoid segfault if required class is not already loaded.
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')
2012-09-27 17:16:59 -04:00
2012-08-31 11:33:26 -04:00
2012-01-25 14:55:20 +01:00
2012-01-25 14:55:20 +01:00
2012-01-25 14:55:20 +01:00
2012-07-20 16:54:55 -04:00
2012-09-12 16:36:29 +02:00
2012-09-23 15:16:59 -04:00
Description
Tensors and Dynamic neural networks in Python with strong GPU acceleration
BSD-3-Clause 4.2 GiB
Languages
Python 59.9%
C++ 32.3%
Cuda 2.9%
C 1.4%
Objective-C++ 1.1%
Other 2.1%