We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was following your guide to perform some inference but I encontered a directory issue:
----> 2 from tensorflow_tts.audio_process import preprocess_wav 3 from UnetTTS_syn import UnetTTS
ModuleNotFoundError: No module named 'tensorflow_tts.audio_process'
I tried to move the folder outside TensorFlowTTS, ant the moduleworked but then other errors came out, Could you help ?
The text was updated successfully, but these errors were encountered:
And also this error comes out :
AlreadyExistsError: Another metric with the same name already exists.
When I try import : from UnetTTS_syn import UnetTTS
Sorry, something went wrong.
Try this method?#4 (comment)
No branches or pull requests
I was following your guide to perform some inference but I encontered a directory issue:
----> 2 from tensorflow_tts.audio_process import preprocess_wav
3 from UnetTTS_syn import UnetTTS
ModuleNotFoundError: No module named 'tensorflow_tts.audio_process'
I tried to move the folder outside TensorFlowTTS, ant the moduleworked but then other errors came out, Could you help ?
The text was updated successfully, but these errors were encountered: