You need to sign in or sign up before continuing.
Commit 38d9043d authored by panning's avatar panning
Browse files

Merge branch 'main' into 'main'

添加8卡精度数据

See merge request !2
parents 97cdc246 b463ee03
......@@ -62,10 +62,14 @@ mpirun --allow-run-as-root --bind-to none -np 4 scrips/single_process_amp.sh loc
测试数据使用ImageNet数据集,使用的加速卡是DCUZ100L。
| 卡数 | batch size | 类型 | Accuracy(%) |
| ---- | ---------- | ---- | ----------- |
| 4 | 256 | fp32 | 75.94 |
| 4 | 256 | amp | 75.99 |
| 卡数 | learning rate | batch size | 类型 | Accuracy(%) |
| ---- | ------------- | ---------- | ---- | ----------- |
| 4 | 0.1 | 256 | fp32 | 75.94 |
| 4 | 0.1 | 256 | amp | 75.99 |
| 8 | 0.1 | 256 | fp32 | 75.914 |
| 8 | 0.1 | 256 | amp | 75.64 |
| 8 | 0.15 | 512 | fp32 | 75.902 |
| 8 | 0.15 | 512 | amp | 75.90 |
# 源码仓库及问题反馈
......
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