-
Notifications
You must be signed in to change notification settings - Fork 368
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
Save Trained Model. #63
Comments
This is what I'm using to save the model: model = anago.Sequence()
model.train(X, y, x_test, y_test)
model.save(args.model_dir) |
Thanks
…On Wed, 23 May 2018 at 3:22 AM, Nikhil Kansal ***@***.***> wrote:
This is what I'm using to save the model:
model = anago.Sequence()
model.train(X, y, x_test, y_test)
model.save(args.model_dir)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#63 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/Aey1ODCzIMz3XPdeXyKwCBunzQifNLdiks5t1I-zgaJpZM4UJHdP>
.
|
I think this happens if your dataset is too small. There is another issue open for this. |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have trained the model on my data set according to the instructions. But i didn't find any way to save the trained model. Is there any way?
The text was updated successfully, but these errors were encountered: