[Bug] TTS/utils/audio/processor.py, line 257: TypeError: unsupported operand type(s) for /: 'NoneType' and 'NoneType' #2821
Unanswered
chigkim
asked this question in
General Q&A
Replies: 1 comment
-
I'm having the same problem. Did you solve it? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
Throws an error when trying to train a Tortoise model.
To Reproduce
https://colab.research.google.com/drive/1COAgkoN4Mu2yl3LEzHzhlweXmFLfefKG?usp=sharing
Expected behavior
Train should start.
Logs
Environment
Additional context
I'm trying to replicate the Training a tts Model section from Tutorial For Nervous Beginners. Except I'm trying to use Tortoise instead of GlowTTS.
I modified the training script from the tutorial and changed "GlowTTS" to "Tortoise."
My modified training script is attached below. Thanks for your help!
train.py.txt
Beta Was this translation helpful? Give feedback.
All reactions