Skip to content
New issue

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

Provided pretrained models do not work with Python>=3.6 #1

Open
nikhilnagaraj opened this issue Sep 7, 2020 · 1 comment
Open

Provided pretrained models do not work with Python>=3.6 #1

nikhilnagaraj opened this issue Sep 7, 2020 · 1 comment

Comments

@nikhilnagaraj
Copy link

nikhilnagaraj commented Sep 7, 2020

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))

@chodurkhyun
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants