:py:mod:`lightning_template.utils.callbacks.custom_repr`
========================================================

.. py:module:: lightning_template.utils.callbacks.custom_repr


Module Contents
---------------

Classes
~~~~~~~

.. autoapisummary::

   lightning_template.utils.callbacks.custom_repr.CustomReprCallback



Functions
~~~~~~~~~

.. autoapisummary::

   lightning_template.utils.callbacks.custom_repr.custom_repr



.. py:function:: custom_repr(original_repr)


.. py:class:: CustomReprCallback(classes=None)


   Bases: :py:obj:`lightning.pytorch.Callback`

   Abstract base class used to build new callbacks.

   Subclass this class and override any of the relevant hooks



