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

Allow pickle for saving checkpoints in Experiment #223

Open
nmatthews-asapp opened this issue Jan 29, 2020 · 1 comment
Open

Allow pickle for saving checkpoints in Experiment #223

nmatthews-asapp opened this issue Jan 29, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@nmatthews-asapp
Copy link
Contributor

Sometimes our custom save format doesn't work well for certain architectures, or users would just prefer pickle, or because the save format isn't as mature as pickle there can be bugs. For all these reasons, we should enable pickle checkpointing in Experiment

@nmatthews-asapp
Copy link
Contributor Author

Note: pickle (via torch.save) will be the standard in v0.5; it is very difficult to implement in 0.4 so it will not be implemented there

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

Successfully merging a pull request may close this issue.

1 participant