-
Notifications
You must be signed in to change notification settings - Fork 11
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
support for serialization #4
Labels
enhancement
New feature or request
Comments
Hi @vryy , what do you mean? To not use NumPy? |
No no, I mean to save and reuse the model without retraining. |
Added with latest release v1.3.0 and uploaded to PyPi, so you can update via pip with >>> save_model("model_filename", model)
>>> loaded_model = load_model("model_filename") |
work nicely. Thanks. |
You are welcome. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is not an issue, but a feature request. Can we have support for serialization?
The text was updated successfully, but these errors were encountered: