Page 38 of 60 FirstFirst ... 28363738394048 ... LastLast
Results 371 to 380 of 594
  1. 12-10-2020  #371

    Artist

    Credits
    14
    Join Date
    Sep 2016
    Location
    Australia
    Posts
    57
    Thanks Thanks Given 
    55
    Thanks Thanks Received 
    25
    Thanked in
    8 Posts
    That would be nice but I currently don't have a computer powerful enough to do it :(

  2. 13-10-2020  #372

    Superstar DJ

    Credits
    248
    Join Date
    Mar 2017
    Location
    USA
    Posts
    610
    Thanks Thanks Given 
    422
    Thanks Thanks Received 
    145
    Thanked in
    42 Posts
    ***UPDATE***

    I've got a new model for everyone to try out! It's the first model made with the newest version of the Vocal Remover. It's NOT compatible with the GUI, as the GUI runs on v2. That means you'll have to run it through the command line. The GUI for v4 is almost done, I'm just working out a few bugs before I release it.

    Here's the link - http://www.mediafire.com/file/9npipn...er-v4.zip/file

    To run a conversion, use the following commands -

    Run on CPU:

    python inference.py --input path/to/an/audio/file

    Run on GPU:

    python inference.py --input path/to/an/audio/file --gpu 0

    If you receive an error it might be because you need to update Pytorch. You can update it using the following command:

    pip install torch==1.6.0+cu101 torchvision==0.7.0+cu101 -f https://download.pytorch.org/whl/torch_stable.html

  3. 13-10-2020  #373

    Platinum Legend

    Credits
    2786
    Join Date
    Jun 2015
    Location
    Los Angeles
    Posts
    7,654
    Thanks Thanks Given 
    3,226
    Thanks Thanks Received 
    4,814
    Thanked in
    873 Posts
    @djtayz anyway you could hook us up with this new version over on colab? Thanks a million!!

  4. 13-10-2020  #374

    Executive Producer

    Credits
    3347
    Join Date
    Jun 2014
    Posts
    679
    Thanks Thanks Given 
    99
    Thanks Thanks Received 
    1,237
    Thanked in
    102 Posts
    Quote Originally Posted by chilinvilin View Post
    @djtayz anyway you could hook us up with this new version over on colab? Thanks a million!!
    I've been trying to but I'm running into some errors, although Torch is already updated on Colab

  5. 13-10-2020  #375

    Superstar DJ

    Credits
    28
    Join Date
    Jun 2012
    Location
    Vancouver
    Posts
    755
    Thanks Thanks Given 
    465
    Thanks Thanks Received 
    261
    Thanked in
    33 Posts
    Quote Originally Posted by djtayz View Post
    I've been trying to but I'm running into some errors, although Torch is already updated on Colab
    This may be unrelated to your errors completely, but one issue I ran into is that I can't get my GPU to run conversions on the cu101 updates. I am instead using the cu92 versions. I'm not 100% sure which ones have cu92, but for example, torch==1.5.0+cu92 or torch==1.5.1+cu92

    You can do the same with the torchvision update if you like.

    Quote Originally Posted by NewAgeRipper View Post
    I agree. I also want to get in a live chat with you to go over how it is you get into the vocal layers better to get better background vocals. If it's something my computer can handle anyways.
    I messaged you :)

  6. 13-10-2020  #376

    Superstar DJ

    Credits
    2426
    Join Date
    Jun 2011
    Location
    Under Administration
    Posts
    996
    Thanks Thanks Given 
    99
    Thanks Thanks Received 
    1,231
    Thanked in
    159 Posts
    Quote Originally Posted by Anjok View Post
    ***UPDATE***

    I've got a new model for everyone to try out! It's the first model made with the newest version of the Vocal Remover. It's NOT compatible with the GUI, as the GUI runs on v2. That means you'll have to run it through the command line. The GUI for v4 is almost done, I'm just working out a few bugs before I release it.

    Here's the link - http://www.mediafire.com/file/9npipn...er-v4.zip/file

    To run a conversion, use the following commands -

    Run on CPU:

    python inference.py --input path/to/an/audio/file

    Run on GPU:

    python inference.py --input path/to/an/audio/file --gpu 0

    If you receive an error it might be because you need to update Pytorch. You can update it using the following command:

    pip install torch==1.6.0+cu101 torchvision==0.7.0+cu101 -f https://download.pytorch.org/whl/torch_stable.html
    Could you elaborate a little better on this please? I replaced v2 with v4 in my documents. I added a flac file in the v4 folder of my Documents. But I'm not quite getting anything out of the cpu command. Could you maybe lay out the command as though you have an actual one ready to go please for us dummies here?

  7. 13-10-2020  #377

    Superstar DJ

    Credits
    2426
    Join Date
    Jun 2011
    Location
    Under Administration
    Posts
    996
    Thanks Thanks Given 
    99
    Thanks Thanks Received 
    1,231
    Thanked in
    159 Posts
    Quote Originally Posted by Anjok View Post

    @Anjok I really need to redo this video. I thought at the time of making it you had to upload the .ipynb file each time which you don't.

  8. 13-10-2020  #378

    Executive Producer

    Credits
    3347
    Join Date
    Jun 2014
    Posts
    679
    Thanks Thanks Given 
    99
    Thanks Thanks Received 
    1,237
    Thanked in
    102 Posts
    Quote Originally Posted by ChrisCall View Post
    This may be unrelated to your errors completely, but one issue I ran into is that I can't get my GPU to run conversions on the cu101 updates. I am instead using the cu92 versions. I'm not 100% sure which ones have cu92, but for example, torch==1.5.0+cu92 or torch==1.5.1+cu92

    You can do the same with the torchvision update if you like.



    I messaged you :)
    Using CMD, I also was unable to run the new model with GPU, but it ran fine with CPU

  9. 13-10-2020  #379

    Superstar DJ

    Credits
    28
    Join Date
    Jun 2012
    Location
    Vancouver
    Posts
    755
    Thanks Thanks Given 
    465
    Thanks Thanks Received 
    261
    Thanked in
    33 Posts
    Quote Originally Posted by djtayz View Post
    Using CMD, I also was unable to run the new model with GPU, but it ran fine with CPU
    That's the issue I had. rolling back to any +cu92 version worked for me
    eg: pip install torch==1.5.0+cu92 torchvision==0.6.0+cu92 -f

    Or if there's a more recent cu92 available then
    pip install torch==1.6.0+cu92 torchvision==0.7.0+cu92 -f

    If this doesn't get the GPU conversions back and running then I don't know. That's just how I fixed it for me.

  10. 14-10-2020  #380

    Superstar DJ

    Credits
    248
    Join Date
    Mar 2017
    Location
    USA
    Posts
    610
    Thanks Thanks Given 
    422
    Thanks Thanks Received 
    145
    Thanked in
    42 Posts
    Sorry for all the confusion guys! I might have to overhaul the whole instruction set in the main thread and do more VM tests. This is usually why I wait to put out new releases until I've worked out the kinks at every angle, which I'm still doing. I only released this v4 model because it's currently my best performing model and I wanted to give everyone a chance to test and play with it until my final releases were complete.

    In the meantime, post your errors here and I'll help as much as I can.

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
  •