I had it working for a while and now it doesn't anymore.
Does anyone have exact instructions on how to make Spleeter use the GPU rather than the CPU?
also interested in this question
I had it working for a while and now it doesn't anymore.
Does anyone have exact instructions on how to make Spleeter use the GPU rather than the CPU?
GPU work !!! cudatoolkit 10.0.130 cudnn 7.3.1
@alexku44 Please leave instructions so that more people can get it to work.
@alexku44 Please leave instructions so that more people can get it to work.
I don鈥檛 speak English, I can鈥檛 describe everything clearly. upload video
https://www.youtube.com/watch?v=AptFt3oRH8A
Hi @aidv did you manage to have it work ?
@mmoussallam yes sir but it's quite confusing still because I had to try different things and I don't know exactly what I did to get it to work.
Currently this is my step-by-step instruction:
Save the following data to a .txt file:
tensorflow-gpu==1.14.0
pandas==0.25.1
requests
pip
museval==0.3.0
musdb==0.3.1
norbert==0.2.1
spleeter
ffmpeg-python
c:\users\username\anaconda\pkgs\ and C:\users\username\anaconda\Lib\site-packagesRemove Conda environments using the following commands:
conda remove spleeter
conda remove spleeter-cpu
conda remove spleeter-gpu
conda remove --name spleeter --all
conda remove --name spleeter-cpu --all
conda remove --name spleeter-gpu --all
Remove git clone of spleeter in your project folder, wherever you've put it
conda install -c conda-forge spleeter-gpupip install -r config.txtspleeter separate -i "input.mp3" -p spleeter:5stems -o "output"This is the best I have so far.
@mmoussallam yes sir but it's quite confusing still because I had to try different things and I don't know exactly what I did to get it to work.
Currently this is my step-by-step instruction:
Save the following data to a
.txtfile:tensorflow-gpu==1.14.0 pandas==0.25.1 requests pip museval==0.3.0 musdb==0.3.1 norbert==0.2.1 spleeter ffmpeg-pythonInstructions
- Uninstall any CUDA drivers except of 10.0
- Install CUDA 10.0 if not installed
- Install Anaconda
- Remove all spleeter related files in
c:\users\username\anaconda\pkgs\andC:\users\username\anaconda\Lib\site-packages- Open Anaconda shell
- Remove Conda environments using the following commands:
conda remove spleeter-cpu conda remove spleeter-gpu conda remove --name spleeter --all conda remove --name spleeter-cpu --all conda remove --name spleeter-gpu --all
- Remove git clone of spleeter in your project folder, wherever you've put it
- Run
conda install -c conda-forge spleeter-gpu- Run
pip install -r config.txt- Verify by running
spleeter separate -i "input.mp3" -p spleeter:5stems -o "output"This is the best I have so far.
conda can auto-install the dependency pkg during the installing spleeter. why still need to run the command "pip install -r config.txt"
how do I install cudatoolkit 10.0.130 cudnn 7.3.1?
Most helpful comment
also interested in this question