pytorch/ignite

Add no improvement handler (similar to early stopping handler)

Offen

#2.314 geöffnet am 09.11.2021

 (8 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Python (602 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (4.313 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

🚀 Feature

To add a 'no-improvement' handler. It's similar to early stopping, except that early stopping calls the training to terminate, 'no-improvement' handler would've calls a function that user pass in. User could pass in different functions that they want to execute if they find no improvements is made. They may want to try various things before terminate the training.

Contributor Guide