tf.compat.v1.train.update_checkpoint_state

View source on GitHub

Updates the content of the 'checkpoint' file. (deprecated)

tf.compat.v1.train.update_checkpoint_state(
    save_dir, model_checkpoint_path, all_model_checkpoint_paths=None,
    latest_filename=None, all_model_checkpoint_timestamps=None,
    last_preserved_timestamp=None
)

Warning: THIS FUNCTION IS DEPRECATED. It will be removed in a future version. Instructions for updating: Use tf.train.CheckpointManager to manage checkpoints rather than manually editing the Checkpoint proto.

This updates the checkpoint file containing a CheckpointState proto.

Args:

Raises: