From 3949de02bbbab3a2dfa55b2f84d2bc34ad681a77 Mon Sep 17 00:00:00 2001 From: gengdongjie Date: Sat, 9 May 2020 17:29:09 +0800 Subject: [PATCH] delete externel link in resnet50_cifar10 example --- example/resnet50_cifar10/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/resnet50_cifar10/README.md b/example/resnet50_cifar10/README.md index afa8519bee..3215ebb171 100644 --- a/example/resnet50_cifar10/README.md +++ b/example/resnet50_cifar10/README.md @@ -8,7 +8,7 @@ This is an example of training ResNet-50 with CIFAR-10 dataset in MindSpore. - Install [MindSpore](https://www.mindspore.cn/install/en). -- Download the dataset [CIFAR-10](http://www.cs.toronto.edu/~kriz/cifar-10-binary.tar.gz). +- Download the dataset CIFAR-10. > Unzip the CIFAR-10 dataset to any path you want and the folder structure should be as follows: > ```