pytorch/ignite
Ver no GitHubAdd no improvement handler (similar to early stopping handler)
Open
#2.314 aberto em 9 de nov. de 2021
enhancementhelp wanted
Métricas do repositório
- Stars
- (4.313 stars)
- Métricas de merge de PR
- (Mesclagem média 18d 23h) (19 fundiu PRs em 30d)
Description
🚀 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.