coqui-ai / TTS

🐸💬 - a deep learning toolkit for Text-to-Speech, battle-tested in research and production
http://coqui.ai
Mozilla Public License 2.0
31.64k stars 3.78k forks source link

Can't start training due to recursion depth error #3718

Closed yukiarimo closed 2 days ago

yukiarimo commented 1 month ago

Describe the bug

I have manually split my .wav audio file into chunks of 10 seconds in 75 files and written transcriptions for them. However, when I tried to train the model I got an error: RecursionError: maximum recursion depth exceeded while calling a Python object. Nevertheless, I have used a similar approach to another dataset with 100 audio chunks with the same duration, and it worked.

Can you please help to fix it? Is it possible to use that amount of data? I also tried to duplicate all samples to make 150. However, it didn't helped!

A similar issue has been seen and not resolved: https://github.com/coqui-ai/TTS/issues/3410

To Reproduce

Try to train on the songs

Expected behavior

Should work

Logs

No response

Environment

SAME ON THE INSTRUCTION

Additional context

No response

stale[bot] commented 3 weeks ago

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. You might also look our discussion channels.