We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
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! :)
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: