TensorFlowTTS icon indicating copy to clipboard operation
TensorFlowTTS copied to clipboard

:stuck_out_tongue_closed_eyes: TensorFlowTTS: Real-Time State-of-the-art Speech Synthesis for Tensorflow 2 (supported including English, French, Korean, Chinese, German and Easy to adapt for other lan...

Results 22 TensorFlowTTS issues
Sort by recently updated
recently updated
newest added

Hi, I am trying to build a voice chatbot, which converts the received text into speech. I want the TTS conversion to be done on the server and transmit the...

With tensorflow-gpu==2.7.0, its showing no repo found, so updating the version to tensorflow-gpu==2.8.0

>pip install TensorFlowTTS ERROR: Could not find a version that satisfies the requirement tensorflow-gpu==2.7.0 (from tensorflowtts) (from versions: 2.8.0rc0, 2.8.0rc1, 2.8.0, 2.8.1, 2.8.2, 2.8.3, 2.8.4, 2.9.0rc0, 2.9.0rc1, 2.9.0rc2, 2.9.0, 2.9.1,...

examples/cpptflite/build cmake .. -DMAPPER=LJSPEECH -- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.22621. -- MAPPER is selected: LJSPEECH -- Configuring done CMake Error: The following variables are used in...

wontfix

Hi all, I've been training a custom voice model named alice. I'm new to Python never mind TensorFlowTTS so please critique anything below! I want to get it right. The...

wontfix

Hi, I've installed TensorFlowTTS with pip but it seems like it doesn't recognize it. If someone could help me please Here is the full error: `from tensorflow_tts.inference import AutoProcessor ModuleNotFoundError:...

wontfix

tensorflow-gpu is deprecated remove it

wontfix

how to support chinese in Android?

wontfix

[1].安装TensorflowTTS代码后无法现在hugface文件,可以尝试 pip install requests==2.27.1 pip install urllib3==1.25.11 这个需要加上科学上网工具会生效 [2].如需本地运行项目代码,下载hugface文件到本地加载,需要修改代码,保证加载的模型是正确的,不然会出现全是白噪音的现象。

Has anyone converted the FastSpeech2 or Tacotron models to full-integer quantized tflite models? My representative dataset generator for FastSpeech2 is returning a floating point exception during conversion, any ideas about...