jcjohnson / jcjohnson/pytorch-examples
typo
Open
- Dominant language
- Python
- Stars
- 4.9k
- Forks
- 918
- PR merge metrics
- No merged PRs in 30d
Description
In Autograd:
> If x is a Tensor that has x.requires_grad=True then x.grad is another Tensor holding the gradient of x with respect to some scalar value.
should be
> If x is a Tensor that has x.requires_grad=True then x.grad is another Tensor holding the gradient of scalar (usually loss) with respect to x.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.