pytorch/ignite

Add no improvement handler (similar to early stopping handler)

Open

#2,314 opened on 2021幎11月9日

GitHub で芋る
 (8 comments) (0 reactions) (1 assignee)Python (602 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (4,313 stars)
PR merge metrics
 (平均マヌゞ 18d 23h) (30d で 19 merged PRs)

説明

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

コントリビュヌタヌガむド