Skip to content

Commit

Permalink
universal model added.
Browse files Browse the repository at this point in the history
  • Loading branch information
jik876 committed Oct 22, 2020
1 parent 6b97a5f commit 28ecbea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ we proposed HiFi-GAN: a GAN-based model capable of generating high fidelity spee
We provide our implementation and pretrained models as open source in this repository.

**Abstract :**
Several recent studies on speech synthesis have employed generative adversarial networks (GANs) to produce raw waveforms.
Several recent work on speech synthesis have employed generative adversarial networks (GANs) to produce raw waveforms.
Although such methods improve the sampling efficiency and memory usage,
their sample quality has not yet reached that of autoregressive and flow-based generative models.
In this study, we propose HiFi-GAN, which achieves both efficient and high-fidelity speech synthesis.
In this work, we propose HiFi-GAN, which achieves both efficient and high-fidelity speech synthesis.
As speech audio consists of sinusoidal signals with various periods,
we demonstrate that modeling periodic patterns of an audio is crucial for enhancing sample quality.
A subjective human evaluation (mean opinion score, MOS) of a single speaker dataset indicates that our proposed method
Expand Down

0 comments on commit 28ecbea

Please sign in to comment.