-
Notifications
You must be signed in to change notification settings - Fork 1
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
Loading the model #2
Comments
Could it be that you need to select the correct network architecture for the checkpoints in the model_config? |
Could you just remove the decode part? Don't think you need the decode when it's a str. |
Maybe ChatGPT could help |
Yeah maybe, thanks for the tip! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, may I ask how can I load your pretrained .model file into Keras properly? I use tensorflow 1.13.1, Keras 2.2.4, and it seems there is a problem loading the model.
I would be very grateful if you can take a look of my problem or tell me your solution!
The text was updated successfully, but these errors were encountered: