Results 1 to 10 of 594

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. 27-04-2020  #1

    Runner

    Credits
    0
    Join Date
    Aug 2010
    Posts
    33
    Thanks Thanks Given 
    3
    Thanks Thanks Received 
    3
    Thanked in
    3 Posts
    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

  2. 27-04-2020  #2

    Superstar DJ

    Credits
    248
    Join Date
    Mar 2017
    Location
    USA
    Posts
    610
    Thanks Thanks Given 
    422
    Thanks Thanks Received 
    145
    Thanked in
    42 Posts
    Quote Originally Posted by rkeane View Post
    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
    This AI only separates vocals from a mix and that's it, but it does it VERY well. It doesn't isolate drums, bass, or guitars/other instruments from a mix. Best part about that is it's one of the things that makes it so much easier to train.
    Last edited by Anjok; 27-04-2020 at 22:11.

  3. 28-04-2020  #3

    Runner

    Credits
    0
    Join Date
    Aug 2010
    Posts
    33
    Thanks Thanks Given 
    3
    Thanks Thanks Received 
    3
    Thanked in
    3 Posts
    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

  4. 29-04-2020  #4

    Superstar DJ

    Credits
    248
    Join Date
    Mar 2017
    Location
    USA
    Posts
    610
    Thanks Thanks Given 
    422
    Thanks Thanks Received 
    145
    Thanked in
    42 Posts
    Quote Originally Posted by rkeane View Post
    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
    I guess I should have mentioned, you might have trouble running this if your PC is more than 5 years old. I'll need to see the full error message in order to help you troubleshoot.

  5. 29-04-2020  #5

    Runner

    Credits
    0
    Join Date
    Aug 2010
    Posts
    33
    Thanks Thanks Given 
    3
    Thanks Thanks Received 
    3
    Thanked in
    3 Posts
    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.

  6. 29-04-2020  #6

    Superstar DJ

    Credits
    248
    Join Date
    Mar 2017
    Location
    USA
    Posts
    610
    Thanks Thanks Given 
    422
    Thanks Thanks Received 
    145
    Thanked in
    42 Posts
    Quote Originally Posted by rkeane View Post
    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)
    You're so close! Looks like you actually got it all working, I just see one problem with your command

    You're using this -

    python inference.py --absolute.mp3 --gpu 0

    When it should be this -

    python inference.py --input absolute.mp3 --gpu 0

Similar Threads

  1. Vocal Remover Plugin?
    By SonyMusic18 in forum Production & Technical Aid
    Replies: 2
    Last Post: 10-05-2017, 06:03

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •