lightning_template.utils.callbacks.custom_repr

lightning_template.utils.callbacks.custom_repr#

Classes#

CustomReprCallback

Abstract base class used to build new callbacks.

Functions#

custom_repr(original_repr)

Module Contents#

lightning_template.utils.callbacks.custom_repr.custom_repr(original_repr)#
class lightning_template.utils.callbacks.custom_repr.CustomReprCallback(classes=None)#

Bases: lightning.pytorch.Callback

Abstract base class used to build new callbacks.

Subclass this class and override any of the relevant hooks

classes = None#