From aff27dee676848ad0418fba9cf5462bd8b276729 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Wed, 20 Dec 2023 19:21:50 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- pytorch/MNIST/README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pytorch/MNIST/README.md b/pytorch/MNIST/README.md index be59d49..c90e681 100644 --- a/pytorch/MNIST/README.md +++ b/pytorch/MNIST/README.md @@ -18,10 +18,11 @@ Questions to [David Rotermund](mailto:davrot@uni-bremen.de) We need to download the MNIST database files -t10k-images-idx3-ubyte.gz -t10k-labels-idx1-ubyte.gz -train-images-idx3-ubyte.gz -train-labels-idx1-ubyte.gz +* t10k-images-idx3-ubyte.gz +* t10k-labels-idx1-ubyte.gz +* train-images-idx3-ubyte.gz +* train-labels-idx1-ubyte.gz + A source for that is for example [https://deepai.org/dataset/mnist](https://deepai.org/dataset/mnist) ## Unpack the gz files