pytorch/ignite

Add no improvement handler (similar to early stopping handler)

Aperta

#2314 aperta il 9 nov 2021

 (8 commenti) (0 reazioni) (1 assegnatario)Python (602 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (4313 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

🚀 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.

Guida contributor