Unverified Commit fd34f711 authored by Sarath Shekkizhar's avatar Sarath Shekkizhar Committed by GitHub
Browse files

Updating cifar download links (#8489)

The cifar dataset links are changed to download python version of files. Downloading binary files will throw an error with the current code
parent d08af90d
...@@ -45,8 +45,8 @@ PyramidNet + ShakeDrop | 0.05 | 5e-5 | 1800 | 64 ...@@ -45,8 +45,8 @@ PyramidNet + ShakeDrop | 0.05 | 5e-5 | 1800 | 64
2. Download CIFAR-10/CIFAR-100 dataset. 2. Download CIFAR-10/CIFAR-100 dataset.
```shell ```shell
curl -o cifar-10-binary.tar.gz https://www.cs.toronto.edu/~kriz/cifar-10-binary.tar.gz curl -o cifar-10-binary.tar.gz https://www.cs.toronto.edu/~kriz/cifar-10-python.tar.gz
curl -o cifar-100-binary.tar.gz https://www.cs.toronto.edu/~kriz/cifar-100-binary.tar.gz curl -o cifar-100-binary.tar.gz https://www.cs.toronto.edu/~kriz/cifar-100-python.tar.gz
``` ```
<b>How to run:</b> <b>How to run:</b>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment