pytorch/ignite

Add no improvement handler (similar to early stopping handler)

开放

#2,314 创建于 2021年11月9日

 (8 条评论) (0 个反应) (1 位负责人)Python (602 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (4,313 个星标)
PR 合并指标
 (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.

贡献者指南