Skip to contents

When interactive logging is disabled, Keras sends logs to absl.logging. This is the best option when using Keras in a non-interactive way, such as running a training or inference job on a server.

Usage

config_disable_interactive_logging()

Value

No return value, called for side effects.