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

Please help RecursionError: maximum recursion depth exceeded while calling a Python object #73

Open
volome opened this issue May 15, 2023 · 1 comment

Comments

@volome
Copy link

volome commented May 15, 2023

what ever I do I always get this error

Is there anyone out there to give a hand
RecursionError: maximum recursion depth exceeded while calling a Python object

Press any key to continue . . .

@vitalifa
Copy link

I found this as a workaround. If you edit the file:

DL-Art-School/codes/data/audio/paired_voice_audio_dataset.py

Add this under the "import sys" line, so it looks like:

import sys
sys.setrecursionlimit(100000)

GL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants