Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
-
A Tensorflow Implementation of the FastSpeech 2: Fast and High-Quality End-to-End Text to Speech
-
-
-
Forked from xvjiarui/GCNet
GCNet: Non-local Networks Meet Squeeze-Excitation Networks and Beyond
Python
-
Forked from kan-bayashi/ParallelWaveGAN
Unofficial Parallel WaveGAN (+ MelGAN) implementation with Pytorch
Python
-
445 contributions in the last year
Contribution activity
July 1, 2020
June 2020
Created a pull request in TensorSpeech/TensorflowTTS that received 3 comments
📝 Fastspeech2 implementation.
Related to #38. This PR is an implementation of FastSpeech 2 (https://arxiv.org/abs/2006.04558) paper. Note that this PR is just implement FastSpee…
Created an issue in TensorSpeech/TensorflowTTS that received 34 comments
FastSpeech2 implementation
Hi, i just fast implemented FastSpeech2 to check the contribution of F0 embedding and Energy embedding. See PR #45 for detail.