remove dataset_link

This commit is contained in:
wukesong 2020-05-08 17:45:01 +08:00
parent 88215d0007
commit 5f2a14a798
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ This is the simple tutorial for training AlexNet in MindSpore.
- Install [MindSpore](https://www.mindspore.cn/install/en).
- Download the CIFAR-10 dataset at <http://www.cs.toronto.edu/~kriz/cifar-10-binary.tar.gz>. The directory structure is as follows:
- Download the CIFAR-10 dataset, the directory structure is as follows:
```
├─cifar-10-batches-bin

View File

@ -10,7 +10,7 @@ This is the simple and basic tutorial for constructing a network in MindSpore.
- Install [MindSpore](https://www.mindspore.cn/install/en).
- Download the MNIST dataset at <http://yann.lecun.com/exdb/mnist/>. The directory structure is as follows:
- Download the MNIST dataset, the directory structure is as follows:
```
└─MNIST_Data