Skip to content

Commit

Permalink
bert: update case readme (#161)
Browse files Browse the repository at this point in the history
* bert: update case readme

* remove mlm_acc

---------

Co-authored-by: zhouyu <[email protected]>
  • Loading branch information
yuzhou03 and zhouyu authored Jul 21, 2023
1 parent dc66ac3 commit b26cdd6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions training/nvidia/bert-pytorch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@

* 性能指标

| 配置 | precision | fix_hp | e2e_time | p_whole | p_train | p_core | mlm_acc | mem |
| ------------------ | --------- | ------ | -------- | ------- | ------- | ------ | ------- | --------- |
| A100单机8卡(1x8) | amp | / | 3309 | 589 | 599 | 600 | 71.3% | 35.4/40.0 |
| 配置 | precision | fix_hp | e2e_time | p_whole | p_train | p_core | mlm_acc | mem |
| ------------------- | --------- | ---------------- | -------- | ------- | ------- | ------ | ------- | --------- |
| A100单机8卡(1x8) | amp | / | 3309 | 589 | 599 | 600 | 71.3% | 35.4/40.0 |
| A100两机8卡(2x8) | amp | bs=24,lr=0.00035 | | 1103 | 1116 | 1118 | | 37.6/40.0 |
| A100单机单卡(1x1) | amp | bs=24,lr=0.00035 | | 73 | 79 | 79 | | 35.4/40.0 |


2 changes: 1 addition & 1 deletion training/nvidia/resnet50-pytorch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
| ------------------ | --------- | ---- | ---- | ---- | ---- | ---- | ---- | ---- |
| A100单机8卡(1x8) | fp32 | / | 28661 | 4475 | 4586 | 4659 | 75.0% | 5.8/40.0 |
| A100单机8卡(1x8) | fp32 | bs=256,lr=0.8 | 22653 | 5663 | 5866 | 6105 | 73.5% | 28.3/40.0 |
| A100单机8卡(1x1) | fp32 | bs=256,lr=0.8 | | 782 | 795 | 799 | | 27.6/40.0 |
| A100单机单卡(1x1) | fp32 | bs=256,lr=0.8 | | 782 | 795 | 799 | | 27.6/40.0 |
| A100两机8卡(2x8) | fp32 | bs=256,lr=0.8 | | 10576 | 11085 | 11874 | | 27.9/40.0 |


0 comments on commit b26cdd6

Please sign in to comment.