tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

Feedback about What is torch.nn really?

Open robertbcalhoun opened this issue 4 months ago • 0 comments

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

Github URL for MNIST archive needs to change from:

URL = "https://github.com/pytorch/tutorials/raw/main/_static/"

to

URL = 'https://github.com/pytorch/tutorials/raw/refs/heads/main/_static/'

robertbcalhoun avatar Sep 16 '25 20:09 robertbcalhoun