tf.keras.utils.enable_interactive_logging

Turn on interactive logging.

Compat aliases for migration

See Migration guide for more details.

`tf.compat.v1.keras.utils.enable_interactive_logging`

When interactive logging is enabled, Keras displays logs via stdout. This provides the best experience when using Keras in an interactive environment such as a shell or a notebook.