Skip to content

Commit 85fcc58

Browse files
authored
Merge branch 'main' into update-torchrl-tutos
2 parents 2f8213c + 28372f6 commit 85fcc58

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)