Skip to content

xlm.utils.speed_monitor_callback

SpeedMonitorCallback

Bases: Callback

Monitor the speed of each step and each epoch.

__init__(window=50)

Parameters:

Name Type Description Default
window int

The window size for the running mean.

50