From 62b55de2dcb9b14cb482107ac4098ecfe1e71af4 Mon Sep 17 00:00:00 2001 From: Arash Rowshan Date: Thu, 13 May 2021 16:51:15 -0700 Subject: [PATCH] Update broken link for FashionMNIST. --- beginner_source/basics/data_tutorial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beginner_source/basics/data_tutorial.py b/beginner_source/basics/data_tutorial.py index 77175519637..3e35584be44 100644 --- a/beginner_source/basics/data_tutorial.py +++ b/beginner_source/basics/data_tutorial.py @@ -34,7 +34,7 @@ # Loading a Dataset # ------------------- # -# Here is an example of how to load the `Fashion-MNIST `_ dataset from TorchVision. +# Here is an example of how to load the `Fashion-MNIST `_ dataset from TorchVision. # Fashion-MNIST is a dataset of Zalando’s article images consisting of of 60,000 training examples and 10,000 test examples. # Each example comprises a 28×28 grayscale image and an associated label from one of 10 classes. #