Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.46 KB

2018.10.31_WaveGlow.md

File metadata and controls

41 lines (30 loc) · 1.46 KB

WaveGlow

基本信息
  • 标题: "WaveGlow: A Flow-based Generative Network for Speech Synthesis"
  • 作者:
    • 01 Ryan Prenger (Nvidia)
    • 02 Rafael Valle (Nvidia)
    • 03 Bryan Catanzaro (Nvidia)
  • 链接:
  • 文件:

Abstract: 摘要

In this paper we propose WaveGlow: a flow-based network capable of generating high quality speech from mel-spectrograms. WaveGlow combines insights from Glow and WaveNet in order to provide fast, efficient and high-quality audio synthesis, without the need for auto-regression. WaveGlow is implemented using only a single network, trained using only a single cost function: maximizing the likelihood of the training data, which makes the training procedure simple and stable. Our PyTorch implementation produces audio samples at a rate of more than 500 kHz on an NVIDIA V100 GPU. Mean Opinion Scores show that it delivers audio quality as good as the best publicly available WaveNet implementation. All code will be made publicly available online.

1·Introduction: 引言

2·Related Works: 相关工作

3·Methodology: 方法

4·Experiments: 实验

5·Results: 结果

6·Conclusions: 结论