Closed IsmailBData closed 3 months ago
PyTorch lightning itself supports early stopping. You may add a callback in api/exp.py. The early stopping callback can be referred in lightning docs.
I will close this issue if there are no more questions. Please feel free to open a new issue when you have new questions.
Hi,
how can i specify early stopping?
Thanks