Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[kunlunxin] fix tacotron2 running error and add 1x1 & 2x8 config #346

Merged
merged 4 commits into from
Dec 6, 2023

Conversation

jamesruio
Copy link
Contributor

@jamesruio jamesruio commented Dec 1, 2023

1x8日志路径(30机器):/data/wurui/FlagPerf/training/result/run20231129200132/
2x8日志路径(30和2机器):/data/wurui/FlagPerf/training/result/run20231130181512/
1x1日志路径(30机器):/data/wurui/FlagPerf/training/result/run20231201112730/

@yuzhou03
Copy link
Contributor

yuzhou03 commented Dec 1, 2023

test_conf中请提交本模型的运行示例

@yuzhou03
Copy link
Contributor

yuzhou03 commented Dec 1, 2023

1x8相对于1x1 加速比 7.03
2x8相对于1x8 加速比 1.96
【OK】

| -------------------- | --------- | --------------- | -------- | ------- | ------- | ------ | -------- | --------- |
| R300单机8卡(1x8) | fp32 | bs=96, lr=0.001 | / | / | / | / | 0.4801 | 26.7/32.0 |
| R300双机8卡(2x8) | fp32 | bs=96, lr=0.001 | / | / | / | / | / | 25.4/32.0 |
| R300单机单卡(1x1) | fp32 | bs=128, lr=0.001 | / | / | / | / | / | 30.9/32.0 |
Copy link
Contributor

@yuzhou03 yuzhou03 Dec 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mem数据
1x1 30.5/32.0
1x8 26.3/32.0
2x8 25.0/32.0

@yuzhou03
Copy link
Contributor

yuzhou03 commented Dec 1, 2023

1x8 【OK】
image
image

@yuzhou03
Copy link
Contributor

yuzhou03 commented Dec 1, 2023

1x1 【OK】
image

image

@yuzhou03
Copy link
Contributor

yuzhou03 commented Dec 2, 2023

2x8 【OK】

image image

@jamesruio jamesruio closed this Dec 2, 2023
@jamesruio jamesruio reopened this Dec 2, 2023
@jamesruio
Copy link
Contributor Author

test_conf中请提交本模型的运行示例

已提交添加test_conf中tacotron2的运行示例

@yuzhou03
Copy link
Contributor

yuzhou03 commented Dec 4, 2023

all pretraining logs have been archived.

@yuzhou03
Copy link
Contributor

yuzhou03 commented Dec 4, 2023

验证data_function.py的修改,对nv case跑通的影响 【OK】
image
image

@yuzhou03 yuzhou03 merged commit 23f188e into FlagOpen:main Dec 6, 2023
shh2000 added a commit that referenced this pull request Dec 21, 2023
* [kunlunxin] fix tacotron2 running error and add 1x1 & 2x8 config (#346)

* [kunlunxin] fix tacotron2 running error and add 1x1 & 2x8 config

* [kunlunxin] modify tacotron2 test_config

* [kunlunxin] update tacotron2 readme

* [kunlunxin] modify tacotron2 torch.load()

* [iluvatar] swin_transformer-pytorch 1x1 2x8 (#340)

* update iluvatar/swin_transformer-pytorch

* update

* update

* update

* fix batch size mistake in readme

* correct val_loss to final acc1

* add finnal_acc1 and mem in readme

* correct readme mem

---------

Co-authored-by: 魏杰 <[email protected]>
Co-authored-by: 杨智超 <[email protected]>
Co-authored-by: clveryang <[email protected]>

* fix get_system_info for iluvatar_monitor (#351)

Co-authored-by: zhouyu <[email protected]>

* update iluvatar mobilenetv2 config (#356)

Co-authored-by: sen.li <[email protected]>

* Update README.md (#357)

* Update README.md

* Update README.md

* [iluvatar] bertlarge inference case (#353)

* iluvatar bertlarge MLM inference case

* update ixrt readme

---------

Co-authored-by: 杨智超 <[email protected]>

* [mthreads] bert_hf 1x8 (#350)

* support bert_hf fp32/amp/bf16 training for mthreads

* update readme

* prevent overrun

* 1x1/2x8 not support

* 【mthreads】【block】resnet50 training (#246)

* support resnet50 training on mthreads

* fix typo

* support rn50 amp training on mthreads

* add test config (should revert this commit)

* update config & readme

* add get_system_info fn

* update

* 1x1/2x8 not support

---------

Co-authored-by: Zhou Yu <[email protected]>

* fix llama, add TFLOPS log (#358)

* fixllama

* add t/tflops

* [mthreads] deepspeed llama2

* update readme for sdpa

---------

Co-authored-by: jamesruio <[email protected]>
Co-authored-by: swish swish <[email protected]>
Co-authored-by: 魏杰 <[email protected]>
Co-authored-by: 杨智超 <[email protected]>
Co-authored-by: clveryang <[email protected]>
Co-authored-by: Zhou Yu <[email protected]>
Co-authored-by: zhouyu <[email protected]>
Co-authored-by: forestlee95 <[email protected]>
Co-authored-by: sen.li <[email protected]>
Co-authored-by: uuup <[email protected]>
Co-authored-by: clveryang <[email protected]>
Co-authored-by: mingyuanw-mt <[email protected]>
Co-authored-by: shh2000 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants