Showing
1 changed file
with
2 additions
and
3 deletions
1 | mkdir -p mnist | 1 | mkdir -p mnist |
2 | mkdir -p svhn | 2 | mkdir -p svhn |
3 | + | ||
3 | wget -O svhn/train_32x32.mat http://ufldl.stanford.edu/housenumbers/train_32x32.mat | 4 | wget -O svhn/train_32x32.mat http://ufldl.stanford.edu/housenumbers/train_32x32.mat |
4 | wget -O svhn/test_32x32.mat http://ufldl.stanford.edu/housenumbers/test_32x32.mat | 5 | wget -O svhn/test_32x32.mat http://ufldl.stanford.edu/housenumbers/test_32x32.mat |
5 | -wget -O svhn/extra_32x32.mat http://ufldl.stanford.edu/housenumbers/extra_32x32.mat | 6 | +wget -O svhn/extra_32x32.mat http://ufldl.stanford.edu/housenumbers/extra_32x32.mat |
6 | - | ||
7 | - | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment