Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
reiase committed Sep 26, 2023
1 parent 0423c15 commit 36e18b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions training/nvidia/transformer_xl-pytorch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@

| 配置 | precision | fix_hp | e2e_time | p_whole | p_train | p_core | ppl | mem |
|----------------|-----------|------------------|----------|---------|---------|--------|------|-----------|
| A100单机单卡(1x1) | fp32 | bs=60,lr=0.00025 | - | 110 | 110 | 112 | - | 15.4/40.0 |
| A100单机8卡(1x8) | fp32 | bs=60,lr=0.00025 | 2412 | 873 | 873 | 890 | 49.8 | 15.6/40.0 |
2 changes: 1 addition & 1 deletion training/run_benchmarks/config/test_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@

# "transformer:pytorch_1.13:A100:1:8:1": "/home/datasets_ckpt/transformer/train/",
# "swin_transformer:pytorch_1.8:A100:1:8:1": "/raid/dataset/ImageNet_1k_2012/",
# "transformer_xl:pytorch_1.8:A100:1:8:1": "/raid/dataset/transformer_xl/coco2017/",
# "transformer_xl:pytorch_1.8:A100:1:8:1": "/raid/dataset/transformer_xl/",
}

0 comments on commit 36e18b0

Please sign in to comment.