On this page
tf.keras.utils.is_interactive_logging_enabled
Check if interactive logging is enabled.
tf.keras.utils.is_interactive_logging_enabled()
To switch between writing logs to stdout and absl.logging
, you may use keras.utils.enable_interactive_logging()
and keras.utils.disable_interactie_logging()
.
Returns | |
---|---|
Boolean (True if interactive logging is enabled and False otherwise). |
© 2022 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 4.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r2.9/api_docs/python/tf/keras/utils/is_interactive_logging_enabled