table-extraction / components /callbacks.py
jurgendn's picture
[Demo Gradio] Add to Huggingface Space
4c41a36
Raw
History Blame Contribute Delete
151 Bytes
# Define callbacks here
from pytorch_lightning.callbacks import EarlyStopping
early_stopping = EarlyStopping(monitor="loss", min_delta=0, patience=3)