-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
Error writing to file #414
Comments
Hi, can you share any errors in the Docker logs? |
2022-12-25 21:08:25 spleeter-web-celery-fast-1 | Starting Celery (fast) |
What Docker command did you run? Can you check if there are any files at |
I ran a Dynamic Mix with this Model, and there was nothing in this folder. |
Do any of the Demucs v3 or other models work? |
That's strange.. Can you test a Spleeter static mix? And please share the full |
2022-12-26 16:03:28 spleeter-web-nginx-1 | 172.18.0.1 - - [26/Dec/2022:08:03:28 +0000] "GET /api/source-track/ HTTP/1.1" 200 501 "http://127.0.0.1/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.54" "-" |
After restarting the computer, I am not able to use any models, and it returns this error Click to expand
|
I looks like you're running out of GPU memory, how much memory do you have? |
rtx 3060 laptop, 6gb |
Hmm, are you using |
Just ran into this I use this docker compose command
My |
Thank you for the details, it was very helpful. I was able to repro it on my end using a long audio file. For me what happened was Demucs separation was silently aborting due to OOM, causing the files to never be written. Can you monitor your host's memory consumption when separating the audio file? Is it maxing out? You may need to increase how much memory you allocate to Docker, and if it's already at max, you can try increasing amount of swap memory. |
There's a strange pattern, the memory increased in very large step between the first and second separation I think. However, on subsequent separation passes, the memory is staying constant. Here's the docker stats:
Also it's probably a different problem but it seems that although I'm using the GPU images, I don't see activity on my GPU (using |
But as you can tell, I have a big machine and I'm not maxing out memory at any point. |
Also, this is one of the most polished open source project I've seen in a while. Well done and thank you! 🙏 |
I see, it's something with the export not separation. I made a small change to add some more logging during export process, can you try running with the updated compose files from the custom-ffmpeg branch and share the generated .log files in /webapp of the spleeter-web-celery-slow-1 container? Any errors? |
The text was updated successfully, but these errors were encountered: