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

"from tensorflow_tts.inference" -> AlreadyExistsError: Another metric with the same name already exists. #706

Closed SinaArdehali closed 2 years ago

SinaArdehali commented 2 years ago

@samuel-lunii I cannot run the french colab file "E2E-TensorflowTTS-Synpaflex.ipynb", since the imports "from tensorflow_tts.inference " create the error:

AlreadyExistsError: Another metric with the same name already exists.

After searching on the web, it seems like this is a version error, but i cannot manage to solve it.

zb121 commented 2 years ago

You can go to the setup.py file,change the line 25 tensorflow-gpu==2.6.0 to tensorflow-gpu==2.6.2 ,and I only change this config and then the AlreadtExistsError disappear.

godspirit00 commented 2 years ago

Or pip install keras==2.6.0

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.