From 5f2a14a798e9f87c39fefb9385e787c52ba939d2 Mon Sep 17 00:00:00 2001 From: wukesong Date: Fri, 8 May 2020 17:45:01 +0800 Subject: [PATCH] remove dataset_link --- example/alexnet_cifar10/README.md | 2 +- example/lenet_mnist/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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