View source on GitHub |
Stop training when a specified amount of time has passed.
tfa.callbacks.TimeStopping(
seconds: int = 86400, verbose: int = 0
)
Used in the notebooks
Used in the tutorials |
---|
Args | |
---|---|
seconds
|
maximum amount of time before stopping. Defaults to 86400 (1 day). |
verbose
|
verbosity mode. Defaults to 0. |
Methods
get_config
get_config()
set_model
set_model(
model
)
set_params
set_params(
params
)