runner.KerasTrainerCheckpointOptions

December 14, 2023 ยท View on GitHub

View source on GitHub

Provides Keras Checkpointing related configuration options.

checkpoint_dir Directory path to save checkpoint files.
best_checkpoint Filename for the best checkpoint.
latest_checkpoint Filename for the latest checkpoint.

Methods

best_checkpoint_filepath

View source

latest_checkpoint_filepath

View source

__eq__

Return self==value.

best_checkpoint 'best'
checkpoint_dir None
latest_checkpoint 'latest'