This updates the checkpoint file containing a CheckpointState
proto.
Args
save_dir
Directory where the model was saved.
model_checkpoint_path
The checkpoint file.
all_model_checkpoint_paths
List of strings. Paths to all not-yet-deleted
checkpoints, sorted from oldest to newest. If this is a non-empty list,
the last element must be equal to model_checkpoint_path. These paths
are also saved in the CheckpointState proto.
latest_filename
Optional name of the checkpoint file. Default to
'checkpoint'.
all_model_checkpoint_timestamps
Optional list of timestamps (floats,
seconds since the Epoch) indicating when the checkpoints in
all_model_checkpoint_paths were created.
last_preserved_timestamp
A float, indicating the number of seconds since
the Epoch when the last preserved checkpoint was written, e.g. due to a
keep_checkpoint_every_n_hours parameter (see
tf.contrib.checkpoint.CheckpointManager for an implementation).
Raises
RuntimeError
If any of the model checkpoint paths conflict with the file
containing CheckpointSate.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2020-10-01 UTC."],[],[]]