File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,6 @@ We need to create two main utilities to manage Orbax checkpointing in Keras:
5757 ` orbax.checkpoint.CheckpointManager ` for Keras models.
5858 ` KerasOrbaxCheckpointManager ` uses ` Model ` 's ` get_state_tree ` and
5959 ` set_state_tree ` APIs to save and restore the model variables.
60-
61602 . ` OrbaxCheckpointCallback ` : A Keras callback that uses
6261 ` KerasOrbaxCheckpointManager ` to automatically save and restore model states
6362 during training.
Original file line number Diff line number Diff line change 5454 `orbax.checkpoint.CheckpointManager` for Keras models.
5555 `KerasOrbaxCheckpointManager` uses `Model`'s `get_state_tree` and
5656 `set_state_tree` APIs to save and restore the model variables.
57-
58572. `OrbaxCheckpointCallback`: A Keras callback that uses
5958 `KerasOrbaxCheckpointManager` to automatically save and restore model states
6059 during training.
You can’t perform that action at this time.
0 commit comments