flax
44a03d83 - save_checkpoint behavior was ill-defined when later checkpoint already exist

Commit
5 years ago
save_checkpoint behavior was ill-defined when later checkpoint already exist Fix: - Add overwrite option to save_checkpoint (defaults to False) - Raise an error when overriding a checkpoint accidentally - Raise an error when storing a checkpoint that has a smaller step than the latest.
Author
Committer
Parents
Loading