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

Savepoints for backprop #1

Closed
mikecmpbll opened this issue Nov 28, 2017 · 2 comments
Closed

Savepoints for backprop #1

mikecmpbll opened this issue Nov 28, 2017 · 2 comments

Comments

@mikecmpbll
Copy link
Owner

Configurable savepoints (after x iterations?) with sane defaults.

@mikecmpbll
Copy link
Owner Author

needs to save:

  • the connection weights
  • the optimisation variables (historical gradient etc etc)
  • iteration count?

we'll use Network#params for the connection weights, and all optimisers should implement state and load_state methods which will be used when saving and restoring.

@mikecmpbll
Copy link
Owner Author

mikecmpbll commented Nov 28, 2017

currently the iterations are handled in implementation code, not Backprop. this should change first before we can do this properly. #7

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

1 participant