o
    z“©ii  ã                   @   s    d dl mZ G dd„ deƒZdS )é    )ÚCallbackc                   @   s   e Zd ZdZdS )Ú
Checkpointa  This is the base class for model checkpointing.

    Expert users may want to subclass it in case of writing custom :class:`~pytorch_lightning.callbacks.Checkpoint`
    callback, so that the trainer recognizes the custom class as a checkpointing callback.

    N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__© r   r   úZ/home/ubuntu/.local/lib/python3.10/site-packages/pytorch_lightning/callbacks/checkpoint.pyr      s    r   N)Ú$pytorch_lightning.callbacks.callbackr   r   r   r   r   r	   Ú<module>   s    