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

update wave2vec #110

Merged
merged 38 commits into from
Jun 7, 2023
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
7bc933c
add wav2vec2
upvenly May 16, 2023
53c0314
add wav2vec2
upvenly May 16, 2023
91e0825
support-different-image
upvenly May 18, 2023
4916362
update waveglow
upvenly Jun 1, 2023
0089955
update waveglow
upvenly Jun 1, 2023
887cfbb
update waveglow
upvenly Jun 1, 2023
dfbcb23
update waveglow
upvenly Jun 1, 2023
a680dc8
update waveglow
upvenly Jun 1, 2023
265ebac
update waveglow
upvenly Jun 1, 2023
44e35d1
update waveglow
upvenly Jun 1, 2023
885380c
update
upvenly Jun 1, 2023
f1f7898
update
upvenly Jun 1, 2023
9e8dc0c
update
upvenly Jun 1, 2023
f00658d
update
upvenly Jun 1, 2023
d53ace4
update
upvenly Jun 1, 2023
e80b2ce
update
upvenly Jun 1, 2023
d6d43c4
update
upvenly Jun 2, 2023
b9f10df
update
upvenly Jun 2, 2023
e999c7e
update according to review
upvenly Jun 5, 2023
569b24e
merge main
upvenly Jun 5, 2023
7773318
merge main
upvenly Jun 5, 2023
25ccffb
merge main
upvenly Jun 5, 2023
3c1d58b
update according to review
upvenly Jun 5, 2023
8f6e635
update according to review
upvenly Jun 5, 2023
a767546
update according to review
upvenly Jun 5, 2023
1eba6f0
update according to review
upvenly Jun 5, 2023
cfa7050
update according to review
upvenly Jun 5, 2023
d45f122
update according to review
upvenly Jun 5, 2023
e46af7b
add file
upvenly Jun 6, 2023
2ff46e8
Merge branch 'main' of github.com:FlagOpen/FlagPerf into wwl/support-…
upvenly Jun 6, 2023
2f939ad
add extern
upvenly Jun 6, 2023
b5e007c
add extern
upvenly Jun 6, 2023
4d51139
Merge branch 'main' of github.com:FlagOpen/FlagPerf into wwl/support-…
upvenly Jun 6, 2023
51fbcb9
update for adapter
upvenly Jun 6, 2023
41babcd
update wave2vec
upvenly Jun 7, 2023
dba2843
Merge branch 'main' of github.com:FlagOpen/FlagPerf into wwl/update_w…
upvenly Jun 7, 2023
dc24610
update wave2vec
upvenly Jun 7, 2023
8f6a942
update wave2vec
upvenly Jun 7, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update waveglow
  • Loading branch information
upvenly committed Jun 1, 2023
commit a680dc89f739abc217bb1d64b5a68a4199bbdcc1
34 changes: 34 additions & 0 deletions training/nvidia/WaveGlow-pytorch/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
### 数据集下载

[数据集下载](../../benchmarks/tacotron2/README.md#数据集下载地址)

### Nvidia GPU配置与运行信息参考
#### 环境配置

- ##### 硬件环境
- 机器、加速卡型号: NVIDIA_A100-SXM4-40GB
- 多机网络类型、带宽: InfiniBand,200Gb/s

- ##### 软件环境
- OS版本:Ubuntu 20.04
- OS kernel版本: 5.4.0-113-generic
- 加速卡驱动版本:470.129.06
- Docker 版本:20.10.16
- 训练框架版本:pytorch-1.13
- 依赖软件版本:无


### 运行情况
| 训练资源 | 配置文件 | 运行时长(s) | 目标val_loss | 收敛val_loss | 性能(samples/s) |
| -------- | --------------- | ----------- | ------------ | ------------ | --------------- |
| 单机8卡 | config_A100x1x8 | | | | |

注:
训练精度来源:https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/SpeechSynthesis/Tacotron2#results,根据官方仓库中的脚本,训练250epoch得到val_loss=-5.72.


### 许可证

本项目基于Apache 2.0 license。

本项目部分代码基于NVIDIA开源库 https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/SpeechSynthesis/Tacotron2 实现。