diff --git a/example/alexnet_cifar10/README.md b/example/alexnet_cifar10/README.md index 99245dfe1e..e6649e4055 100644 --- a/example/alexnet_cifar10/README.md +++ b/example/alexnet_cifar10/README.md @@ -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 . The directory structure is as follows: +- Download the CIFAR-10 dataset, the directory structure is as follows: ``` ├─cifar-10-batches-bin diff --git a/example/lenet_mnist/README.md b/example/lenet_mnist/README.md index 72f3681e30..88c8769e05 100644 --- a/example/lenet_mnist/README.md +++ b/example/lenet_mnist/README.md @@ -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 . The directory structure is as follows: +- Download the MNIST dataset, the directory structure is as follows: ``` └─MNIST_Data