jamtur01's picture
Upload folder using huggingface_hub
9c6594c verified
raw
history blame contribute delete
361 Bytes
from pytorch_lightning.callbacks.callback import Callback
class Checkpoint(Callback):
r"""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.
"""