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
Pretrained models that are provided do not work with python>=3.6 as the marshal serial format has changed a bit between Python 3.5 and 3.6.
Referenced Issue on the Keras repo - https://github.com/keras-team/keras/issues/9595
A possible fix might be to release the architecture as code and the weights separately (See: keras-team/keras#9595 (comment))
The text was updated successfully, but these errors were encountered:
Sorry for late response. Training codes are now available. So you could make a model for Python 3.6. Alternately, you may use venv or Docker
Sorry, something went wrong.
No branches or pull requests
Pretrained models that are provided do not work with python>=3.6 as the marshal serial format has changed a bit between Python 3.5 and 3.6.
Referenced Issue on the Keras repo - https://github.com/keras-team/keras/issues/9595
A possible fix might be to release the architecture as code and the weights separately
(See: keras-team/keras#9595 (comment))
The text was updated successfully, but these errors were encountered: