Commit 0bf757c7 authored by panning's avatar panning
Browse files

update readme

parent 1a9dab3e
......@@ -60,7 +60,24 @@ apex:0.1
下载ImageNet数据集:[ImageNet (image-net.org)](https://image-net.org/)
参考[scrips/extract_ILSVRC.sh](https://developer.hpccube.com/codes/modelzoo/resnet50-pytorch/-/blob/main/scrips/extract_ILSVRC.sh)处理数据集。
参考[scrips/extract_ILSVRC.sh](https://developer.hpccube.com/codes/modelzoo/resnet50-pytorch/-/blob/main/scrips/extract_ILSVRC.sh)处理数据集,处理后数据集结构如下:
```
data
|
train
|
n01440764
n01443537
...
val
|
n01440764
n01443537
...
```
## 训练
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment