D-FINE
D-FINE copied to clipboard
Early Stopping/Patience Epochs help needed
Any idea how to automatically stop training if your validation metric (AP) doesn't improve for patience epochs, saving compute resources and preventing overfitting?
You can use the 🤗 model implementation (#276) and then use early stopping with either the 🤗 Trainer API, PyTorch Lightning or native PyTorch.