deephyper.keras.callbacks.time_stopping#

Callback that stops training when a specified amount of time has passed.

source: https://github.com/tensorflow/addons/blob/master/tensorflow_addons/callbacks/time_stopping.py

Classes

TimeStopping

Stop training when a specified amount of time has passed.