You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactored save, load, and from_checkpoint to support zip format by d… (#1185)
* Refactored save, load, and from_checkpoint to support zip format by default
Signed-off-by: Charlelie Laurent <[email protected]>
* Added examples to docstrings + minor improvements in state_dict loading
Signed-off-by: Charlelie Laurent <[email protected]>
* Reverted order of checkpoint format checks
Signed-off-by: Charlelie Laurent <[email protected]>
* Added option to save checkpoint with legacy tar-based format
Signed-off-by: Charlelie Laurent <[email protected]>
* Improved IO resource management when loading checkpoint from zip archive + safer temporaruy file creation
Signed-off-by: Charlelie Laurent <[email protected]>
---------
Signed-off-by: Charlelie Laurent <[email protected]>
Co-authored-by: Oliver Hennigh <[email protected]>
Co-authored-by: Corey adams <[email protected]>
0 commit comments