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
|`cp.save(name, store=None)`| Persist checkpoint to disk |
573
573
|`Checkpoint.load(name, store=None)`| Load from disk |
574
-
|`Checkpoint.restore(name, restore_fn, store=None)`| Load and call restore_fn with app_state|
574
+
|`Checkpoint.restore(name, restore_fn=None, store=None)`| Load; if app_state was saved (via save_fn) call restore_fn with it. restore_fn and save_fn must both be present or both absent.|
575
575
|`Checkpoint.list(store=None)`| List saved checkpoint names |
576
576
|`Checkpoint.delete(name, store=None)`| Delete a saved checkpoint |
0 commit comments