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

Properly resume training with offpolicy losses #187

Open
jordis-ai2 opened this issue Sep 1, 2020 · 0 comments
Open

Properly resume training with offpolicy losses #187

jordis-ai2 opened this issue Sep 1, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@jordis-ai2
Copy link
Collaborator

jordis-ai2 commented Sep 1, 2020

Currently, a new epoch will be started when resuming training (new Iterator will be instantiated). We should save the random seed used to shuffle the datasets (for all workers?) and the length of the remaining data, besides enforcing a resume API for iterators.

@jordis-ai2 jordis-ai2 added the bug Something isn't working label Sep 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant