pytorch/ignite

Sync trainer state with evaluators

Open

#2,733 opened on Oct 6, 2022

View on GitHub
 (10 comments) (0 reactions) (0 assignees)Python (4,313 stars) (602 forks)batch import
Hacktoberfestenhancementhelp wantedneeds-discussion

Description

🚀 Feature

There can be use-cases when we would like to get trainer's epoch/iteration or/and other items from trainer.state. Let's propose an API such that we could get easily trainer's state from evaluator.

Context : https://discuss.pytorch.org/t/get-current-epoch-inside-process-function-of-evaluator/162926

Contributor guide