Fix broken links to MNIST data sets (#838)

This commit is contained in:
Roman Grundkiewicz 2021-03-19 13:16:10 +00:00 committed by GitHub
parent 571634a2c0
commit db2a5e4d66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 7 deletions

View File

@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Fix building server with Boost 1.75
- Missing implementation for cos/tan expression operator
- Missing float template specialisation for elem::Plus
- Broken links to MNIST data sets
### Changed
- Change compile options a la -DCOMPILE_CUDA_SM35 to -DCOMPILE_KEPLER, -DCOMPILE_MAXWELL,

@ -1 +1 @@
Subproject commit 40e65d3fe23489a25daa80e8ba575c3e7c369dc2
Subproject commit 7d612ca5e4b27a76f92584dad76d240e34f216d0

View File

@ -5,9 +5,6 @@ if [ `ls -1 *-ubyte 2>/dev/null | wc -l ` == 4 ]; then
exit;
fi
wget http://yann.lecun.com/exdb/mnist/train-images-idx3-ubyte.gz
wget http://yann.lecun.com/exdb/mnist/train-labels-idx1-ubyte.gz
wget http://yann.lecun.com/exdb/mnist/t10k-images-idx3-ubyte.gz
wget http://yann.lecun.com/exdb/mnist/t10k-labels-idx1-ubyte.gz
gzip -d *-ubyte.gz
wget https://romang.blob.core.windows.net/mariandev/regression-tests/data/exdb_mnist.tar.gz
tar zxvf exdb_mnist.tar.gz
mv exdb_mnist/*-ubyte .