We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bug描述 在按照教程2.3.3梯度章节中 “
out2 = x.sum() out2.backward() print(x.grad) ” 时我的返回结果是 tensor([[1., 1.], [1., 1.]]) 如图 请问是我的输入有问题么?
版本信息 pytorch: 1.9.0 torchvision: 0.10.0 torchtext: None ...