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
Caffe v0.999 + Matlab2014a + Ubuntu14.04
Got exactly the same error, is there any one have any tips to solve this problem?
Initializing R-CNN model (this might take a little while)
Error using caffe
Unknown command 'init'
Error in rcnn_load_model (line 27)
rcnn_model.cnn.init_key = ...
Error in rcnn_demo (line 35)
rcnn_model = rcnn_load_model(rcnn_model_file, use_gpu);
Hi, when I run rcnn_demo, I got this error:
Error in rcnn_load_model (line 27)
rcnn_model.cnn.init_key = ...
But I test key = caffe('get_init_key') returning -2 is OK, anyone know what's wrong?
I saw mutiple places issue this probmlem? That mean I must install old caffe and matlab 2012? Is there a simple solution???
The text was updated successfully, but these errors were encountered: