best_checkpoint_copier
best_checkpoint_copier copied to clipboard
TensorFlow V2 Compatibility
I tried BestCheckpointCopier but tf.logging no longer exists on TensorFlow 2 and newer, so I changed the logger to use tf.compat.v1.logging instead. No other changes are needed as far as I can tell.