torch.Tensor.grad¶
-
property
Tensor.grad¶ This attribute is
Noneby default and becomes a Tensor the first time a call tobackward()computes gradients forself. The attribute will then contain the gradients computed and future calls tobackward()will accumulate (add) gradients into it.