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

Encapsulate backprop iterations into Backprop #7

Open
mikecmpbll opened this issue Nov 28, 2017 · 0 comments
Open

Encapsulate backprop iterations into Backprop #7

mikecmpbll opened this issue Nov 28, 2017 · 0 comments

Comments

@mikecmpbll
Copy link
Owner

Currently you you have implement the iteration over training data yourself, the downside of which that we can't (easily) automatically handle stuff like logging and savepoints.

Think of a way to move this logic into Backprop but without losing the flexibility over how data is loaded. We don't want to force them to load all data into Backprop before training begins. (maybe take a proc which returns data for a batch?)

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