Skip to content

Commit 1c7b11f

Browse files
authored
Merge pull request #67 from modern-fortran/mnist-note-no-curl
Add note about downloading MNIST data without curl
2 parents 4b211b4 + fdc28f8 commit 1c7b11f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,10 @@ Most Linux OSs have it out of the box.
172172
The dataset will be downloaded only the first time you run the example in any
173173
given directory.
174174

175+
If you're using Windows OS or don't have curl for any other reason,
176+
download [mnist.tar.gz](https://github.com/modern-fortran/neural-fortran/files/8498876/mnist.tar.gz)
177+
directly and unpack in the directory in which you will run the example program.
178+
175179
## API documentation
176180

177181
API documentation can be generated with [FORD](https://github.com/Fortran-FOSS-Programmers/ford/).

0 commit comments

Comments
 (0)