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

Unrecognized config of ger model #733

Closed riebeb closed 2 years ago

riebeb commented 2 years ago

Even thou the configs of this french model and the german are nearly the same and both define the 'model_type' the german one leads to an error:

working: https://huggingface.co/tensorspeech/tts-tacotron2-synpaflex-fr/blob/main/config.yml tacotron2 = TFAutoModel.from_pretrained("tensorspeech/tts-tacotron2-synpaflex-fr")

not working: https://huggingface.co/tensorspeech/tts-tacotron2-thorsten-ger/blob/main/config.yml tacotron2 = TFAutoModel.from_pretrained("tensorspeech/tts-tacotron2-thorsten-ger")

ValueError: Unrecognized config in /root/.cache/tensorflow_tts/ca6dc349c12206c621f10276a1da78c2b2f808534c3b6a60a9615be2d2bc954a.0374ced56986a5cd4a59eaf0b187d4ce219df52836c85b9b5b7efb28d9041a91. Should have a model_type key in its config.yaml, or contain one of the following strings in its name: fastspeech, fastspeech2, multiband_melgan_generator, melgan_generator, hifigan_generator, tacotron2, parallel_wavegan_generator

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.