Remove the 'mode' argument in on_epoch_begin and on_epoch_end methods of...
Remove the 'mode' argument in on_epoch_begin and on_epoch_end methods of CallbackList and Callback classes, to eliminate exposure of ModeKeys api that's intended to be TensorFlow-internal. Add doc that says the methods should only be called during TRAIN mode. PiperOrigin-RevId: 226252687
Loading
Please sign in to comment