pytorch/ignite

Debug mode for ignite

オープン

#1,992 opened on 2021/05/07

 (15 件のコメント) (2 件のリアクション) (0 人の担当者)Python (602 件のフォーク)batch import
enhancementhelp wanted

Repository metrics

Stars
 (4,313 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド