keras icon indicating copy to clipboard operation
keras copied to clipboard

python3 support for caffe2keras

Open kamikawa opened this issue 7 years ago • 1 comments

Would you support caffe2keras for python3?

Sample code python caffe2keras.py -load_path 'models/' -prototxt 'train_val_for_keras.prototxt' -caffemodel 'bvlc_googlenet.caffemodel'

seems not working by that. For example, print statements missing parenthesis exist in some codes.

Best regards.

kamikawa avatar Nov 26 '17 06:11 kamikawa

It does not support python3 currently. And I am not giving support to updates for the converter right now.

Although, if you plan to do some changes any Pull Request is welcome! :)

MarcBS avatar Nov 27 '17 13:11 MarcBS