best_checkpoint_copier icon indicating copy to clipboard operation
best_checkpoint_copier copied to clipboard

TensorFlow V2 Compatibility

Open NullNoname opened this issue 4 years ago • 0 comments

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.

NullNoname avatar Sep 17 '20 04:09 NullNoname