early_stopping_time_cb | R Documentation |
Stop training after specified time.
early_stopping_time_cb(stop_time = NULL)
stop_time |
Time in seconds after which to stop training. |
A Keras callback that stops training after specified time.
est <- early_stopping_time_cb(stop_time = 60)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.