pytorch/ignite
在 GitHub 查看Add no improvement handler (similar to early stopping handler)
Open
#2,314 创建于 2021年11月9日
enhancementhelp wanted
仓库指标
- Star
- (4,313 star)
- PR 合并指标
- (平均合并 18天 23小时) (30 天内合并 19 个 PR)
描述
🚀 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.