i tried spleeter and would say get the same results from RX 7 Audio Editor.
Done a 2 stem split which only takes 2 minutes and a 4 stem split about 5 mins.
Keeps crashing at a 5 stem split
i tried spleeter and would say get the same results from RX 7 Audio Editor.
Done a 2 stem split which only takes 2 minutes and a 4 stem split about 5 mins.
Keeps crashing at a 5 stem split
Last edited by Anjok; 27-04-2020 at 22:11.
Sorry about that! I didn't realize that was a link to an image. It's possible it might already be installed. Try running the following command from the windows command prompt -
pip install torch==1.3.0 torchvision==0.4.0 -f https://download.pytorch.org/whl/torch_stable.html
Last edited by Anjok; 28-04-2020 at 00:53.
I updated the main thread with updated instructions. Please refer to the main page!
well installed cmd lines as u said but i reckon it doesnt work on intel.........keep getting error looking for Numba which is related to amd gpu and does not work with intel.........is there a work around do u know
PS C:\Users\Robert\Documents\vocal-remover-2.1.0> python inference.py --absolute.mp3 --gpu 0
C:\Users\Robert\AppData\Local\Programs\Python\Pyth on37\lib\site-packages\librosa\util\decorators.py:9: NumbaDeprecationWarning: An import was requested from a module that has moved location.
Import requested from: 'numba.decorators', please update to use 'numba.core.decorators' or pin to Numba version 0.48.0. This alias will not be present in Numba version 0.50.0.
from numba.decorators import jit as optional_jit
C:\Users\Robert\AppData\Local\Programs\Python\Pyth on37\lib\site-packages\librosa\util\decorators.py:9: NumbaDeprecationWarning: An import was requested from a module that has moved location.
Import of 'jit' requested from: 'numba.decorators', please update to use 'numba.core.decorators' or pin to Numba version 0.48.0. This alias will not be present in Numba version 0.50.0.
from numba.decorators import jit as optional_jit
usage: inference.py [-h] [--gpu GPU] [--model MODEL] --input INPUT [--sr SR]
[--hop_length HOP_LENGTH] [--window_size WINDOW_SIZE]
[--out_mask] [--postprocess]
inference.py: error: the following arguments are required: --input/-i
PS C:\Users\Robert\Documents\vocal-remover-2.1.0
tried it just thru cpu every way
tried every cmd every way as gpu
unless im missing something lol
tried installing numba
PS C:\> pip install numba Requirement already satisfied: numba in c:\users\robert\appdata\local\programs\python\pyth on37\lib\site-packages (0.49.0)
Requirement already satisfied: numpy>=1.15 in c:\users\robert\appdata\local\programs\python\pyth on37\lib\site-packages (from numba) (1.18.3)
Requirement already satisfied: llvmlite<=0.33.0.dev0,>=0.31.0.dev0 in c:\users\robert\appdata\local\programs\python\pyth on37\lib\site-packages (from numba) (0.32.0)
Requirement already satisfied: setuptools in c:\users\robert\appdata\local\programs\python\pyth on37\lib\site-packages (from numba) (41.2.0)
Last edited by rkeane; 29-04-2020 at 16:08.