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: horovod/horovod

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