Browse Source

!1002 modify readme for resnet101

Merge pull request !1002 from meixiaowei/master
tags/v0.3.0-alpha
mindspore-ci-bot Gitee 5 years ago
parent
commit
859bf8be0c
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      example/resnet101_imagenet2012/README.md

+ 2
- 2
example/resnet101_imagenet2012/README.md View File

@@ -8,9 +8,9 @@ This is an example of training ResNet101 with ImageNet dataset in MindSpore.


- Install [MindSpore](https://www.mindspore.cn/install/en). - 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:
``` ```
. .


Loading…
Cancel
Save