Showing
1 changed file
with
1 additions
and
2 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 |
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 6 | - | ||
| 7 | - | ... | ... |
-
Please register or login to post a comment