-
Notifications
You must be signed in to change notification settings - Fork 499
New issue
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
Tacotron2 TTS demo: Adapt to the latest tensorflow #117
Comments
Up vote! |
Actually for me adding But I agree about the "clean" thing ;) |
If you want to use GPU in mel generation in COLAB, eliminate current tensorflow 1.12r0x and re-install before git clone the files run below script. it take 10 minutes to prepare jupyter each time. It's temporal solution before current tf tacotron2 implementation support tensorflow 1.12.x,
it takes about 17 min x 2 to generate 'good job wavenet' |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
somebody get working the google colab notebook? |
Didn't it work? |
btw I'm unlikely to have time to do this for a while... pretty busy recently. |
! pip install tensorflow==1.6 @japita-se I've tried this and it works. |
Hi @r9y9, |
@MohammadJavadD HI, thank you for working on this. If the changes are only for the notebook, I would appreciate it if you make a PR to https://github.com/r9y9/Colaboratory. Did you make changes to Tacotron2 code as well? |
@r9y9 |
The current codelab demo is not working, any updates here? |
https://colab.research.google.com/drive/1EPoNkTHIyYeLq_fZZY5HS1ecjCUQEGvg?usp=sharing That one works on my end, but it uses TF 1.x instead of TF 2.x. I just removed/adjusted the code where it needed to. |
It seems there's no clean way to downgrade tensorflow on google colab, so we might need to update https://github.com/r9y9/Tacotron-2 to make it run on the latest tensorflow.
The text was updated successfully, but these errors were encountered: