You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the test without training and using the distribution shapenet_weights.npz gave pickle errors, is the file corrupted ?
$python test.py --weights shapenet10_weights.npz config/shapenet10.py shapenet10_test.tar --out-fname out.npz
WARNING (theano.sandbox.cuda.blas): do not use pad for BaseGpuCorr3dMM; please set padding in border_mode parameter, see the docstring for more details
2016-11-25 13:39:56,851 WARNING| do not use pad for BaseGpuCorr3dMM; please set padding in border_mode parameter, see the docstring for more details
WARNING (theano.sandbox.cuda.blas): do not use pad for BaseGpuCorr3dMM; please set padding in border_mode parameter, see the docstring for more details
2016-11-25 13:39:56,853 WARNING| do not use pad for BaseGpuCorr3dMM; please set padding in border_mode parameter, see the docstring for more details
2016-11-25 13:39:56,906 INFO| Loading weights from shapenet10_weights.npz
Traceback (most recent call last):
File "test.py", line 108, in
main(args)
File "test.py", line 75, in main
voxnet.checkpoints.load_weights(args.weights_fname, model['l_out'])
File "/home/prasad/voxnet/voxnet-master/voxnet/checkpoints.py", line 39, in load_weights
param_dict = np.load(fname)
File "/home/prasad/.virtualenvs/caffe24/local/lib/python2.7/site-packages/numpy/lib/npyio.py", line 416, in load
"Failed to interpret file %s as a pickle" % repr(file))
IOError: Failed to interpret file Path(u'shapenet10_weights.npz') as a pickle
The text was updated successfully, but these errors were encountered:
Running the test without training and using the distribution shapenet_weights.npz gave pickle errors, is the file corrupted ?
$python test.py --weights shapenet10_weights.npz config/shapenet10.py shapenet10_test.tar --out-fname out.npz
WARNING (theano.sandbox.cuda.blas): do not use pad for BaseGpuCorr3dMM; please set padding in border_mode parameter, see the docstring for more details
2016-11-25 13:39:56,851 WARNING| do not use pad for BaseGpuCorr3dMM; please set padding in border_mode parameter, see the docstring for more details
WARNING (theano.sandbox.cuda.blas): do not use pad for BaseGpuCorr3dMM; please set padding in border_mode parameter, see the docstring for more details
2016-11-25 13:39:56,853 WARNING| do not use pad for BaseGpuCorr3dMM; please set padding in border_mode parameter, see the docstring for more details
2016-11-25 13:39:56,906 INFO| Loading weights from shapenet10_weights.npz
Traceback (most recent call last):
File "test.py", line 108, in
main(args)
File "test.py", line 75, in main
voxnet.checkpoints.load_weights(args.weights_fname, model['l_out'])
File "/home/prasad/voxnet/voxnet-master/voxnet/checkpoints.py", line 39, in load_weights
param_dict = np.load(fname)
File "/home/prasad/.virtualenvs/caffe24/local/lib/python2.7/site-packages/numpy/lib/npyio.py", line 416, in load
"Failed to interpret file %s as a pickle" % repr(file))
IOError: Failed to interpret file Path(u'shapenet10_weights.npz') as a pickle
The text was updated successfully, but these errors were encountered: