deephyper.keras.callbacks#

Functions

import_callback

Import a callback class from its name.

Classes

CSVExtendedLogger

Callback that streams epoch results to a csv file.

LearningRateScheduleCallback

LearningRateWarmupCallback

StopIfUnfeasible

TimeStopping

Stop training when a specified amount of time has passed.

deephyper.keras.callbacks.csv_extended_logger

deephyper.keras.callbacks.learning_rate_warmup

Adapted from Horovod implementation: https://github.com/horovod/horovod/blob/master/horovod/keras/callbacks.py

deephyper.keras.callbacks.stop_if_unfeasible

deephyper.keras.callbacks.stop_on_timeout

deephyper.keras.callbacks.time_stopping

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

deephyper.keras.callbacks.utils