Learn R Programming

aifeducation (version 1.0.2)

set_config_os_environ_logger: Sets the level for logging information in tensorflow

Description

This function changes the level for logging information with 'tensorflow' via the os environment. This function must be called before importing 'tensorflow'.

Usage

set_config_os_environ_logger(level = "ERROR")

Value

This function does not return anything. It is used for its side effects.

Arguments

level

string Minimal level that should be printed to console. Four levels are available: INFO, WARNING, ERROR and NONE.

See Also

Other Installation and Configuration Tensorflow: set_config_cpu_only(), set_config_gpu_low_memory(), set_config_tf_logger()