pytorch/ignite

Add no improvement handler (similar to early stopping handler)

Open

#2,314 建立於 2021年11月9日

在 GitHub 查看
 (8 留言) (0 反應) (1 負責人)Python (4,313 star) (602 fork)batch import
enhancementhelp wanted

描述

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

貢獻者指南

Add no improvement handler (similar to early stopping handler) · pytorch/ignite#2314 | Good First Issue