DaSE-Computer-Vision-2021
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4 lines
160 B

  1. # Get CIFAR10
  2. wget http://www.cs.toronto.edu/~kriz/cifar-10-python.tar.gz -O cifar-10-python.tar.gz
  3. tar -xzvf cifar-10-python.tar.gz
  4. rm cifar-10-python.tar.gz