Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pickle error on the distribution file ? #11

Open
kgprasad opened this issue Nov 25, 2016 · 0 comments
Open

pickle error on the distribution file ? #11

kgprasad opened this issue Nov 25, 2016 · 0 comments

Comments

@kgprasad
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant