Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_pytorch
Commits
38d9043d
You need to sign in or sign up before continuing.
Commit
38d9043d
authored
Jun 26, 2023
by
panning
Browse files
Merge branch 'main' into 'main'
添加8卡精度数据 See merge request
!2
parents
97cdc246
b463ee03
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
README.md
README.md
+8
-4
No files found.
README.md
View file @
38d9043d
...
...
@@ -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 |
# 源码仓库及问题反馈
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment