pytorch/ignite

Debug mode for ignite

Open

#1,992 创建于 2021年5月7日

在 GitHub 查看
 (15 评论) (2 反应) (0 负责人)Python (602 fork)batch import
enhancementhelp wanted

仓库指标

Star
 (4,313 star)
PR 合并指标
 (平均合并 18天 23小时) (30 天内合并 19 个 PR)

描述

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

贡献者指南