Skip to content
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

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

Open
yukiarimo opened this issue May 3, 2024 · 0 comments
Open

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

yukiarimo opened this issue May 3, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@yukiarimo
Copy link

yukiarimo commented May 3, 2024

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: #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

@yukiarimo yukiarimo added the bug Something isn't working label May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant