Skip to content

Commit 28372f6

Browse files
AisukoNicolasHug
andauthored
Fixed wrong link of MNIST (#2760)
Signed-off-by: GitHub <noreply@github.com> Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>
1 parent 46cb622 commit 28372f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes_source/recipes/defining_a_neural_network.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
1818
In this recipe, we will use ``torch.nn`` to define a neural network
1919
intended for the `MNIST
20-
dataset <https://pytorch.org/docs/stable/torchvision/datasets.html#mnist>`__.
20+
dataset <hhttps://pytorch.org/vision/stable/generated/torchvision.datasets.MNIST.html#torchvision.datasets.MNIST>`__.
2121
2222
Setup
2323
-----

0 commit comments

Comments
 (0)