pytorch/ignite

Debug mode for ignite

Open

#1.992 aberto em 7 de mai. de 2021

Ver no GitHub
 (15 comments) (2 reactions) (0 assignees)Python (602 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (4.313 stars)
Métricas de merge de PR
 (Mesclagem média 18d 23h) (19 fundiu PRs em 30d)

Description

🚀 Feature

The idea is to provide a debug mode as discussed here: https://github.com/pytorch/ignite/issues/1989#issuecomment-833643158.

All the possible options can be discussed here. We could add an helper to track the workflow of handlers from the engine run. On the other hand, some specific debug tools are needed to track the values of PyTorch objects (LR, loss, grads, etc.). Note that the preferred way to extend ignite is handlers' design so let's create a new set of tools for the debugging.

Guia do colaborador