-
Notifications
You must be signed in to change notification settings - Fork 3
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
Bug: text_to_speech.ipynb final cell - possible infinite loop? #239
Comments
Update: it took 53 minutes and 50 seconds, but it worked! |
@Veronika271 - did you use the gpu for this? it's a setting in google colab (runtime). |
I didn't, but I am trying to rerun the tutorial on GPU right now to see what happens! |
It took 2 minutes to run on GPU, but the voice was less accurate. |
interesting (which means precision may matter and it may be good to set it explicitly). thanks for the update. @fabiocat93 - just a ping in case this rings a bell. |
On the CPU, the model may use FP32 (higher precision but slower), while on the GPU, it might use FP16 (lower precision but faster). This difference could be why the TTS results were lower quality on the GPU |
Description
I have been running all of the cells in the text_to_speech.ipynb tutorial sequentially, and the final one has been running for over 25 minutes now without stopping.
Steps to Reproduce
Expected Results
I expected the final cell to run in 2-3 minutes.
Actual Results
It has been running for over 25 minutes now, and it looks like this is due to a very long loop which might be infinite. I have tried stopping it and restarting it and this did not help.
![image](https://private-user-images.githubusercontent.com/139167034/403462803-e9ec6de6-0834-4ec3-bd6e-9d263ecb4f50.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1ODI0MjQsIm5iZiI6MTczOTU4MjEyNCwicGF0aCI6Ii8xMzkxNjcwMzQvNDAzNDYyODAzLWU5ZWM2ZGU2LTA4MzQtNGVjMy1iZDZlLTlkMjYzZWNiNGY1MC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE1JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNVQwMTE1MjRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1kNDYxY2ExOWI1N2Y3ZmJjZmU1YjFmYTVjYzA1MDU1YThjMDdjMmRiZjE0Mjg0NzU3YzBjNTM4ZGM3YmE5NTE1JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.U6mbmBwuyufVe5dbRs7A9jqV5LKFokk-gvAjfZK7fDo)
Here is a screenshot of what I see. The gray text on the bottom looks kind of repetitive, which is why I feel like there might be a long loop involved.
Additional Notes
It's possible I am not patient enough, so I will leave this cell running for a few hours and update or remove the issue if it ends up finishing!
The text was updated successfully, but these errors were encountered: