Tensorboardx: How to visualize gradient with tensorboardX in pytorch

Created on 15 Aug 2018  路  1Comment  路  Source: lanpa/tensorboardX

I wonder how to visualize gradient by histogram with tensorboardX in pytorch

Most helpful comment

https://github.com/lanpa/tensorboardX/blob/9d2cbeb26778cc9784a6a7028e75b7fd0950ce87/demo.py#L44

Replace param with something like param.grad should be good to go.

>All comments

https://github.com/lanpa/tensorboardX/blob/9d2cbeb26778cc9784a6a7028e75b7fd0950ce87/demo.py#L44

Replace param with something like param.grad should be good to go.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mbenami picture mbenami  路  6Comments

mlagunas picture mlagunas  路  5Comments

JsBlueCat picture JsBlueCat  路  3Comments

zhangxiaodi picture zhangxiaodi  路  5Comments

SunHaozhe picture SunHaozhe  路  3Comments