pytorch/ignite

Debug mode for ignite

開放

#1,992 建立於 2021年5月7日

 (15 則留言) (2 個反應) (0 位負責人)Python (602 個分叉)batch import
enhancementhelp wanted

倉庫指標

星標
 (4,313 顆星)
PR 合併指標
 (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.

貢獻者指南