pytorch/ignite

Sync trainer state with evaluators

Open

#2 733 ouverte le 6 oct. 2022

Voir sur GitHub
 (10 commentaires) (0 réactions) (0 assignés)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

Guide contributeur