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

Improve model checkpointing #22

Open
stes opened this issue Nov 2, 2018 · 0 comments
Open

Improve model checkpointing #22

stes opened this issue Nov 2, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@stes
Copy link
Contributor

stes commented Nov 2, 2018

As of now, only the model registered as self.model in the Solver class is subject to checkpointing. Change this to ensure that every model gets a checkpoint of the form <timestamp>-<model name>-checkpoint-ep<epoch>.pth. Also, pass model as kwarg instead of arg as it is done currently.

@stes stes added the enhancement New feature or request label Nov 2, 2018
@stes stes self-assigned this Nov 2, 2018
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

1 participant