keras
keras copied to clipboard
python3 support for caffe2keras
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.
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! :)