zergtant / pytorch-handbook

pytorch handbook是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门,其中包含的Pytorch教程全部通过测试保证可以成功运行

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chapter1/2_autograd_tutorial.ipynb中梯度部分J转置乘V矩阵相乘写错

zhanjiahui opened this issue · comments

V向量的方向写错了,导致两个矩阵不能相乘