From fdc28f8aab7c893bd3d57781690652b6f1990e8d Mon Sep 17 00:00:00 2001 From: Milan Curcic Date: Sun, 15 May 2022 21:42:58 -0400 Subject: [PATCH] Add note about downloading MNIST data without curl --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b12e3708..c95ba6e4 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,10 @@ Most Linux OSs have it out of the box. The dataset will be downloaded only the first time you run the example in any given directory. +If you're using Windows OS or don't have curl for any other reason, +download [mnist.tar.gz](https://github.com/modern-fortran/neural-fortran/files/8498876/mnist.tar.gz) +directly and unpack in the directory in which you will run the example program. + ## API documentation API documentation can be generated with [FORD](https://github.com/Fortran-FOSS-Programmers/ford/).