-
Notifications
You must be signed in to change notification settings - Fork 23
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
Rework model loading #27
Comments
I have a save model. It cannot be reloaded. Error says: |
@wandonye, it would be great to see a sample of code, that you're using to save model. Do you use |
@ybubnov thanks for the prompt reply. I didn't use any argument other than the filename when saving the model. Here are the codes involved:
|
Also tried using
But then there is another error saying something like |
@wandonye, It does not seem there is a problem in the given code snippets. If it's possible to provide a working sample, which produces an error, that would simplify the troubleshooting. |
I get the same error. Code snippet:
There is no error in saving the model. However, when I try:
I get
When I try:
I get the error Basically same as the issue provided above. |
I found the fix. So apparently all the args must also be given. In my case:
worked. |
The model loading was introduced in #25. This approach is entangled and requires rework.
The text was updated successfully, but these errors were encountered: