tf.compat.v1.train.remove_checkpoint

View source on GitHub

Removes a checkpoint given by checkpoint_prefix. (deprecated)

tf.compat.v1.train.remove_checkpoint(
    checkpoint_prefix, checkpoint_format_version=tf.train.SaverDef.V2,
    meta_graph_suffix='meta'
)

Warning: THIS FUNCTION IS DEPRECATED. It will be removed in a future version. Instructions for updating: Use standard file APIs to delete files with this prefix.

Args: