Open Ice-Hazymoon opened 1 year ago
have the same question
I use the pytorch version and it works
For Chinese Mainland users
This is a network problem, most of the time the pre-trained model cannot be downloaded automatically, and the problem occurs when the program continues to run without the pre-trained model. Solutions (take 2stem as an example) :
download https://github.com/deezer/spleeter/releases/download/v1.4.0/2stems.tar.gz
create folder /spleeter-master/pretrained_models/2stems
Unzip 2stems.tar.gz to the folder in step 2
Now it's alright to use
<中国大陆用户请参考> 这是一个网络问题,大多数情况下无法自动下载预训练模型,而程序在没有预训练模型的情况下继续运行,就会出现这个问题。解决方法(以2stem为例): 1,自行下载 https://github.com/deezer/spleeter/releases/download/v1.4.0/2stems.tar.gz 2,新建文件夹 /spleeter-master/pretrained_models/2stems 3,将2stems.tar.gz解压到步骤2的文件夹中 然后就可以正常运行了
I checked the 2stems directory , I think the model should be fine.
$ ls -lh ~/pretrained_models/2stems
total 76M
-rw-rw-r-- 1 ubuntu ubuntu 67 Oct 24 2019 checkpoint
-rw-rw-r-- 1 ubuntu ubuntu 75M Oct 24 2019 model.data-00000-of-00001
-rw-rw-r-- 1 ubuntu ubuntu 5.2K Oct 24 2019 model.index
-rw-rw-r-- 1 ubuntu ubuntu 787K Oct 24 2019 model.meta
Same problem,download the 2stems models manually, still not work
@VincentHu19 "I should save /spleeter-master to which directory? The current directory path for my spleeter is: /usr/local/lib/python3.8/dist-packages/spleeter. Should I save it under this spleeter path?"
For Chinese Mainland users
This is a network problem, most of the time the pre-trained model cannot be downloaded automatically, and the problem occurs when the program continues to run without the pre-trained model. Solutions (take 2stem as an example) :
- download https://github.com/deezer/spleeter/releases/download/v1.4.0/2stems.tar.gz
- create folder /spleeter-master/pretrained_models/2stems
- Unzip 2stems.tar.gz to the folder in step 2
Now it's alright to use
<中国大陆用户请参考> 这是一个网络问题,大多数情况下无法自动下载预训练模型,而程序在没有预训练模型的情况下继续运行,就会出现这个问题。解决方法(以2stem为例): 1,自行下载 https://github.com/deezer/spleeter/releases/download/v1.4.0/2stems.tar.gz 2,新建文件夹 /spleeter-master/pretrained_models/2stems 3,将2stems.tar.gz解压到步骤2的文件夹中 然后就可以正常运行了
It is useful.😊
Description
I followed the steps in the readme to install and tried to separate the audio_example.mp3 file, but the output file is always the same as audio_example.mp3. I don't know if my model is downloaded correctly, I tried to download it many times without any error output
Step to reproduce