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
-
-
-
-
Forked from ming024/FastSpeech2
An implementation of Microsoft's "FastSpeech 2: Fast and High-Quality End-to-End Text to Speech"
Python
-
Forked from TensorSpeech/TensorFlowTTS
😝 TensorflowTTS: Real-Time State-of-the-art Speech Synthesis for Tensorflow 2Python
61 contributions in the last year
Contribution activity
August 2020
- ZDisket/WaveRNN-Pytorch Python
- ZDisket/TensorVox C++
- ZDisket/Phonetisaurus Shell
Created a pull request in TensorSpeech/TensorFlowTTS that received 38 comments
Add C++ inference example and code
This is complete C++ code (from text processing to saving audio) for inference with TensorflowTTS/FastSpeech2 (phonetic MFA-aligned from my fork) a…
Created an issue in TensorSpeech/TensorFlowTTS that received 15 comments
Cannot run mb_melgan inference with C API: You must feed a value for placeholder tensor 'saver_filename' with dtype string
I converted the VCTK multiband melgan model which was made from converted weights from kan-bayashi's repo into a SavedModel as detailed in the mult…