lightning_template.utils.callbacks.custom_repr
==============================================

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


Classes
-------

.. autoapisummary::

   lightning_template.utils.callbacks.custom_repr.CustomReprCallback


Functions
---------

.. autoapisummary::

   lightning_template.utils.callbacks.custom_repr.custom_repr


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

.. 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



   .. py:attribute:: classes
      :value: None



