-
Notifications
You must be signed in to change notification settings - Fork 113
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
Cast error details: Unable to cast [Array] to Tensor #110
Comments
Hi, |
Hi @rmcpantoja , thanks for the reply. About the torchaudio, the My objective is convert text to audio file, and looking on the Reference: https://github.com/pytorch/audio/releases/tag/v2.0.2 |
Hi, |
I checked the code of tts-remix. Can you give a little explanation about how to use it?! |
Hey, I had the same issue. Fixed it with two lines on gen_forward.py. |
Hi,
The interphase will open. |
Looks good, i am going to try it later, thanks! Which python version are you using? Also can you share your pip freeze please?! |
Got it, i will try this. Thanks! |
Python 3.10 as you. We have some slight differences in
|
Hello. I downloaded the pretrained modal
ljspeech v3.1
and when I try to runpython gen_forward.py --alpha 1 --checkpoint pretrained-forward_step90k.pt --input_text 'this is whatever you want it to be' griffinlim
I get the following error:Someone can help me?
I am runing Python 3.10 with following packages versions:
The text was updated successfully, but these errors were encountered: