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

attempt to index global 'ccn2' (a nil value) #97

Open
jijibn opened this issue Jul 1, 2017 · 1 comment
Open

attempt to index global 'ccn2' (a nil value) #97

jijibn opened this issue Jul 1, 2017 · 1 comment

Comments

@jijibn
Copy link

jijibn commented Jul 1, 2017

Hello
when I run this command
th prepro_img_vgg.lua -input_json ../data/cocoqa_data_prepro.json -image_root /home/jiasenlu/data/ -cnn_proto ../image_model/VGG_ILSVRC_19_layers_deploy.prototxt -cnn_model ../image_model/VGG_ILSVRC_19_layers.caffemodel

I get this error message
Successfully loaded ../image_model/VGG_ILSVRC_19_layers.caffemodel
/home/hadjer/torch/install/bin/luajit: ../image_model/VGG_ILSVRC_19_layers_deploy.prototxt.lua:3: attempt to index global 'ccn2' (a nil value)

@szagoruyko
Copy link
Owner

luarocks install ccn2
ccn2 stands for cuda-convnet2 - you probably don't want to use it, just use cudnn

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

2 participants