@@ -247,6 +249,29 @@ For more information, please refer to [Activation functions in Wikipedia](https:
./load_data.py
```
### Data and Download
Execute the following command to download [MNIST](http://yann.lecun.com/exdb/mnist/) dataset and unzip, then put paths of training set and test set to train.list and test.list respectively for PaddlePaddle to read.
```bash
./data/get_mnist_data.sh
```
`gzip` downloaded data. The following files can be found in `data/raw_data`: