]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - jacinto-ai/caffe-jacinto.git/blob - data/get_cifar.sh
get_mnist.sh: changed the script to generate leveldb as well.
[jacinto-ai/caffe-jacinto.git] / data / get_cifar.sh
1 #!/usr/bin/env sh
2 # This scripts downloads the mnist data and unzips it.
4 echo "Downloading..."
6 wget -q http://www.cs.toronto.edu/~kriz/cifar-10-binary.tar.gz
8 echo "Unzipping..."
10 tar xzf cifar-10-binary.tar.gz
12 echo "Done."