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 network? #3

Open
GorIvanov opened this issue Apr 24, 2024 · 1 comment
Open

Save network? #3

GorIvanov opened this issue Apr 24, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@GorIvanov
Copy link

Is there a way to save trained network and load it from?

There is no sense in Neural Network lib if the trained network can't be saved and loaded.

@vxern
Copy link
Owner

vxern commented Apr 24, 2024

The library currently does not support saving and loading its state.

There was a PR made to add that functionality with saving to and reading from a path a year and a half ago, but, regrettably and somewhat irresponsibly, I never got around to actually integrating it. I later removed the dev branch that the PR was targeting after making some changes of my own, and the PR got auto-closed.

Although this package isn't under active development, and was just a side-project at one point, if you would like to have a go at implementing this functionality yourself, I would be happy to review your changes and add it to the library.

@vxern vxern self-assigned this Apr 24, 2024
@vxern vxern added the enhancement New feature or request label Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants