CheckpointInfo¶
- class CheckpointInfo(path, iteration, timestamp, size_bytes, is_valid)[source]¶
Bases:
objectInformation about a checkpoint.
- Variables:
path – Path to the checkpoint subdirectory.
iteration – Iteration number of this checkpoint.
timestamp – Modification time of the checkpoint directory.
size_bytes – Total size of the checkpoint in bytes.
is_valid – Whether the checkpoint is valid (has required files).
Attributes Summary
Attributes Documentation