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
I used non-standard version of caffe for training my model. When I tried to convert it to keras model, this is the error I got : "caffe.LayerParameter" has no field named "transpose_param". Could you please tell me how can I use caffe2keras.py script specifying a different built of caffe.
The text was updated successfully, but these errors were encountered:
I am not sure about that last error, but if you what to use a different version of Caffe you should change the caffe_pb2.py file. You should find it in the python directory in your version of Caffe.
I used non-standard version of caffe for training my model. When I tried to convert it to keras model, this is the error I got : "caffe.LayerParameter" has no field named "transpose_param". Could you please tell me how can I use caffe2keras.py script specifying a different built of caffe.
The text was updated successfully, but these errors were encountered: