Commit 4d26475c authored by panning's avatar panning
Browse files

添加历史版本

parent 44d7445c
......@@ -52,14 +52,18 @@ python3 train.py --batch-size=64 --arch=resnet50 -j 6 --epochs=90 --amp --opt-le
mpirun --allow-run-as-root --bind-to none -np 4 scrips/single_process.sh localhost resnet50 64
```
## 性能和准确率数据
## 准确率数据
测试数据使用ImageNet数据集,使用的加速卡是DCUZ100L。
| 卡数 | batch size | 类型 | 性能 | Accuracy(%) |
| ---- | ---------- | ---- | ---- | ----------- |
| 4 | 256 | fp32 | - | 75.94 |
| 4 | 256 | amp | - | 75.99 |
| 卡数 | batch size | 类型 | Accuracy(%) |
| ---- | ---------- | ---- | ----------- |
| 4 | 256 | fp32 | 75.94 |
| 4 | 256 | amp | 75.99 |
# 历史版本
https://developer.hpccube.com/codes/modelzoo/resnet50-pytorch
# 参考
......
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