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

Save Trained Model. #63

Closed
xain123 opened this issue May 22, 2018 · 4 comments
Closed

Save Trained Model. #63

xain123 opened this issue May 22, 2018 · 4 comments

Comments

@xain123
Copy link

xain123 commented May 22, 2018

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?

@nkansal96
Copy link

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)

@xain123
Copy link
Author

xain123 commented May 22, 2018 via email

@xain123
Copy link
Author

xain123 commented May 22, 2018

image
i an facing this issue while traning

@nkansal96
Copy link

I think this happens if your dataset is too small. There is another issue open for this.

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

3 participants