tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

Feedback about PyTorch: Tensors and autograd

Open kerbs23 opened this issue 2 months ago • 0 comments

There is the following issue on this page: https://docs.pytorch.org/tutorials/beginner/examples_autograd/polynomial_autograd.html

The paratext and previous/subsequent excercises imply this should learn sin(x), but the y= is generated as torch.exp(x), with the exponential's Taylor expantion.

kerbs23 avatar Oct 31 '25 20:10 kerbs23