-
Notifications
You must be signed in to change notification settings - Fork 228
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
RuntimeError: DataLoader worker (pid 2019) is killed by signal #22
Comments
WaveNet_demo.ipynb doesn't work too (same problem) The easiest way how to reproduce the error: Run new Google colab python3 notebook then run this code:
|
how did you input several different audio files in your dataset ? did you concatenate them into a npz file or loop through a directory that had all the files in it ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using Google colab:
(I used nearly the same code as demo.ipynb)
Before that I got
My data is wav clap oneshots.
What's wrong?
The text was updated successfully, but these errors were encountered: