TensorSpeech / TensorFlowTTS

: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 languages)
https://tensorspeech.github.io/TensorFlowTTS/
Apache License 2.0
3.8k stars 810 forks source link

Issues with example notebooks and Huggingface models #726

Closed riebeb closed 2 years ago

riebeb commented 2 years ago

So i guess there are some updates needed, first i tried to use:

1. https://huggingface.co/tensorspeech/tts-tacotron2-thorsten-ger?text=M%C3%B6chtest+du+das+meiner+Frau+erkl%C3%A4ren%3F+Nein%3F+Ich+auch+nicht.

where the sample and also the provided code is not working.

After pip install TensorFlowTTS and pip install git+https://github.com/repodiac/german_transliterate

(AlreadyExistsError: Another metric with the same name already exists.)

same problem for the provided notebooks in github e.g.: tacotron2_inference.ipynb

or

2021/08/12 (NEW!) Support French TTS (Tacotron2, Multiband MelGAN). Pls see the colab. Many Thanks Samuel Delalez https://colab.research.google.com/drive/1jd3u46g-fGQw0rre8fIwWM9heJvrV1c0?usp=sharing#scrollTo=WW3yBtjFakdS

2. From your news: 2021/08/18 (NEW!) Integrated to Huggingface Spaces with Gradio. See Gradio Web Demo.

error displayed on opening

3. From your news: 2020/12/02 Support German TTS with Thorsten dataset. See the Colab. Thanks thorstenMueller and monatis https://colab.research.google.com/drive/1W0nSFpsz32M0OcIkY9uMOiGrLTPKVhTy?usp=sharing

dropboxes missing, i guess not needed after integration, but also a TF error and therefore not working

riebeb commented 2 years ago

I have found a solution for the ""AlreadyExistsError: Another metric with the same name already exists.""

pip install keras==2.6.*

https://stackoverflow.com/questions/58012741/error-importing-tensorflow-alreadyexistserror-another-metric-with-the-same-nam

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.