From f7d93a6b5526ab3774e70cc2f64287a6003028c1 Mon Sep 17 00:00:00 2001 From: Felix Gruber Date: Sun, 29 Jan 2023 11:32:20 +0100 Subject: [PATCH] Fix link to torchvision datasets. --- .../mnist-mlp/mnist_mlp_exercise.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/convolutional-neural-networks/mnist-mlp/mnist_mlp_exercise.ipynb b/convolutional-neural-networks/mnist-mlp/mnist_mlp_exercise.ipynb index 412f3bf47a..8e2b40d4e4 100644 --- a/convolutional-neural-networks/mnist-mlp/mnist_mlp_exercise.ipynb +++ b/convolutional-neural-networks/mnist-mlp/mnist_mlp_exercise.ipynb @@ -35,7 +35,7 @@ "metadata": {}, "source": [ "---\n", - "## Load and Visualize the [Data](http://pytorch.org/docs/stable/torchvision/datasets.html)\n", + "## Load and Visualize the [Data](https://pytorch.org/vision/stable/datasets.html)\n", "\n", "Downloading may take a few moments, and you should see your progress as the data is loading. You may also choose to change the `batch_size` if you want to load more data at a time.\n", "\n",