Skip to content

Overview#

Lightning Callbacks allow you to modify your training pipelines.
For extra information see this.

Thunder Callbacks#

Name Description
MetricMonitor Computes metrics and logs them
TimeProfiler Logs the time of each LightningModule's step
FailOnInterrupt Forces lightning Trainer to fail on KeyboardInterrupt