Commit 4c7fea6e authored by liangjing's avatar liangjing
Browse files

Update README.md

parent 5949595a
...@@ -18,7 +18,8 @@ ResNet50网络模型由一系列卷积层、池化层、全局平均池化层和 ...@@ -18,7 +18,8 @@ ResNet50网络模型由一系列卷积层、池化层、全局平均池化层和
版本:mlperf_benchmark 版本:mlperf_benchmark
原始代码位置:https://github.com/mlcommons/training/tree/master/image_classification/tensorflow2 原始代码位置:
* https://github.com/mlcommons/training/tree/master/image_classification/tensorflow2
## 数据集 ## 数据集
...@@ -39,7 +40,7 @@ ResNet50网络模型由一系列卷积层、池化层、全局平均池化层和 ...@@ -39,7 +40,7 @@ ResNet50网络模型由一系列卷积层、池化层、全局平均池化层和
docker pull image.sourcefind.cn:5000/dcu/admin/base/custom:mlperf-resnet50-mpirun-latest docker pull image.sourcefind.cn:5000/dcu/admin/base/custom:mlperf-resnet50-mpirun-latest
python依赖安装: python依赖安装(如已经拉取镜像可忽略下述依赖安装步骤)
pip install -r requirement.txt pip install -r requirement.txt
...@@ -64,7 +65,7 @@ python依赖安装: ...@@ -64,7 +65,7 @@ python依赖安装:
采用上述输入数据,加速卡采用Z100L*8,可最终达到官方收敛要求; 采用上述输入数据,加速卡采用Z100L*8,可最终达到官方收敛要求;
## 历史版本 ## 源码仓库及问题反馈
* https://developer.hpccube.com/codes/modelzoo/mlperf_resnet50 * https://developer.hpccube.com/codes/modelzoo/mlperf_resnet50
......
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