pytorch/ignite

Debug mode for ignite

Open

Aperta il 7 mag 2021

Vedi su GitHub
 (15 commenti) (2 reazioni) (0 assegnatari)Python (4313 star) (602 fork)batch import
enhancementhelp wanted

Descrizione

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

Guida contributor