Can't load save_path when it is None.
DMB-codegang opened this issue · 8 comments
Both dynamic and static will be reported“Can't load save_path when it is None.“
Is this when using Spleeter?
Can you login to the celery-slow container and delete the /webapp/pretrained_models/4stems
folder?
I can't find the /webapp/pretrained_models/4stems
folder
Can you share logs from the Celery process?
If you're using Docker, what does this return?
docker exec -it spleeter-web-celery-slow-1 ls -la /webapp/pretrained_models
I've just tried. This error occurs only in the spleeter model
I think this is similar: deezer/spleeter#306
You may need to download and extract https://github.com/deezer/spleeter/releases/download/v1.4.0/4stems.tar.gz yourself and copy it to /webapp/pretrained_models
, not sure why it's not downloading the model automatically.
OK, thank you, but now there is a new problem. It always shows that spleeter is running, but the model running after it has been completed.
Hi, sorry for the late reply. Could you clarify the issue, and provide logs if possible?