From d3d26d864c8715a5c3f4a420b271827ead3cfca3 Mon Sep 17 00:00:00 2001 From: meixiaowei Date: Fri, 8 May 2020 16:33:31 +0800 Subject: [PATCH] modify ReadMe --- example/resnet101_imagenet2012/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/resnet101_imagenet2012/README.md b/example/resnet101_imagenet2012/README.md index 8514b8759d..cd2401f7fd 100644 --- a/example/resnet101_imagenet2012/README.md +++ b/example/resnet101_imagenet2012/README.md @@ -8,9 +8,9 @@ This is an example of training ResNet101 with ImageNet dataset in MindSpore. - Install [MindSpore](https://www.mindspore.cn/install/en). -- Download the dataset [ImageNet](http://image-net.org/download). +- Download the dataset ImageNet2012. -> Unzip the ImageNet dataset to any path you want, the folder should include train and eval dataset as follows: +> Unzip the ImageNet2012 dataset to any path you want, the folder should include train and eval dataset as follows: ``` .