openfl.callbacks module

openfl.callbacks module#

Callback()

Base class for callbacks.

CallbackList(callbacks[, ...])

An ensemble of callbacks.

LambdaCallback([on_round_begin, ...])

Custom on-the-fly callbacks.

MetricWriter([log_dir])

Log scalar metrics at the end of each round.

MemoryProfiler([log_dir])

Profile memory usage of the current process at the end of each round.