flambe icon indicating copy to clipboard operation
flambe copied to clipboard

Allow pickle for saving checkpoints in Experiment

Open nmatthews-asapp opened this issue 5 years ago • 1 comments

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 avatar Jan 29 '20 14:01 nmatthews-asapp

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

nmatthews-asapp avatar Mar 03 '20 16:03 nmatthews-asapp