Add a no-frills tf.train.Checkpoint.write() method for use in checkpoint managers
Allows custom checkpoint numbering by providing a way to save which doesn't append a save_counter. A followup will add tf.contrib.checkpoint.CheckpointManager for cleaning up old checkpoints. Neither save() nor write() delete checkpoints after this CL. RELNOTES: tf.train.Checkpoint does not delete old checkpoints by default. PiperOrigin-RevId: 208138796
Loading
Please sign in to comment