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
Both these models are working fine with the main and latest version of caffe via python interface.
I got the following error:
LOADING WEIGHTS
Traceback (most recent call last):
File "caffe2keras.py", line 45, in <module>
main(args)
File "caffe2keras.py", line 34, in main
model = convert.caffe_to_keras(args.load_path+'/'+args.prototxt, args.load_path+'/'+args.caffemodel, debug=args.debug)
File "/usr/local/lib/python2.7/dist-packages/Keras-1.2.0-py2.7.egg/keras/caffe/convert.py", line 62, in caffe_to_keras
weights = convert_weights(param_layers, v, debug)
File "/usr/local/lib/python2.7/dist-packages/Keras-1.2.0-py2.7.egg/keras/caffe/convert.py", line 395, in convert_weights
nb_filter = int(blobs[0].shape.dim[0])
File "/usr/local/lib/python2.7/dist-packages/google/protobuf/internal/containers.py", line 64, in __getitem__
return self._values[key]
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
I was trying to convert the following model.
https://github.com/yjxiong/caffe/tree/action_recog/models/action_recognition
Both these models are working fine with the main and latest version of caffe via python interface.
I got the following error:
The text was updated successfully, but these errors were encountered: