config_set_epsilon {keras3} | R Documentation |
Set the value of the fuzz factor used in numeric expressions.
Description
Set the value of the fuzz factor used in numeric expressions.
Usage
config_set_epsilon(value)
Arguments
value |
float. New value of epsilon. |
Value
No return value, called for side effects.
Examples
config_epsilon()
## [1] 1e-07
config_set_epsilon(1e-5) config_epsilon()
## [1] 1e-05
# Set it back to the default value. config_set_epsilon(1e-7)
See Also
Other config backend:
config_backend()
config_epsilon()
config_floatx()
config_image_data_format()
config_set_floatx()
config_set_image_data_format()
Other backend:
clear_session()
config_backend()
config_epsilon()
config_floatx()
config_image_data_format()
config_set_floatx()
config_set_image_data_format()
Other config:
config_backend()
config_disable_interactive_logging()
config_disable_traceback_filtering()
config_enable_interactive_logging()
config_enable_traceback_filtering()
config_enable_unsafe_deserialization()
config_epsilon()
config_floatx()
config_image_data_format()
config_is_interactive_logging_enabled()
config_is_traceback_filtering_enabled()
config_set_backend()
config_set_floatx()
config_set_image_data_format()