tf.compat.v1.train.remove_checkpoint

Removes a checkpoint given by checkpoint_prefix. (deprecated)

Args
checkpoint_prefix The prefix of a V1 or V2 checkpoint. Typically the result of Saver.save() or that of tf.train.latest_checkpoint(), regardless of sharded/non-sharded or V1/V2.
checkpoint_format_version SaverDef.CheckpointFormatVersion, defaults to SaverDef.V2.
meta_graph_suffix Suffix for MetaGraphDef file. Defaults to 'meta'.

© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r2.3/api_docs/python/tf/compat/v1/train/remove_checkpoint