Skip to content

Commit 17c4709

Browse files
authored
Fixed wrong link of MNIST
Signed-off-by: GitHub <noreply@github.com>
1 parent edff133 commit 17c4709

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)