https://github.com/dathudeptrai/fastspeech2
A Tensorflow Implementation of the FastSpeech 2: Fast and High-Quality End-to-End Text to Speech
https://github.com/dathudeptrai/fastspeech2
fastspeech fastspeech2 real-time tensorflow tensorflow2
Last synced: 11 days ago
JSON representation
A Tensorflow Implementation of the FastSpeech 2: Fast and High-Quality End-to-End Text to Speech
- Host: GitHub
- URL: https://github.com/dathudeptrai/fastspeech2
- Owner: dathudeptrai
- License: apache-2.0
- Created: 2020-06-18T14:18:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-12T08:37:18.000Z (about 5 years ago)
- Last Synced: 2025-09-12T04:09:04.091Z (about 1 month ago)
- Topics: fastspeech, fastspeech2, real-time, tensorflow, tensorflow2
- Homepage: https://tensorspeech.github.io/TensorflowTTS/
- Size: 7.14 MB
- Stars: 11
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FastSpeech2
A Tensorflow Implementation of the FastSpeech 2: Fast and High-Quality End-to-End Text to Speech# [Audio samples](https://dathudeptrai.github.io/FastSpeech2/)
Here is my Audio samples of FastSpeech2, it's comparable with Tacotron-2, I think. You can also hear more samples here [TensorflowTTS](https://tensorspeech.github.io/TensorFlowTTS/)# Update
- The FastSpeech2 and FastSpeech2s are being implemented on TensorflowTTS repo now, pls move on https://github.com/TensorSpeech/TensorFlowTTS to update a progress of the implementation.# Reference
- [The Implementation of FastSpeech Based on Tensorflow](https://github.com/TensorSpeech/TensorFlowTTS)
- [FastSpeech 2: Fast and High-Quality End-to-End Text to Speech](https://arxiv.org/abs/2006.04558)