Anjok07 / ultimatevocalremovergui

GUI for a Vocal Remover that uses Deep Neural Networks.
MIT License
17.71k stars 1.32k forks source link

vocalremover.py keeps closing #7

Closed dendrobium1 closed 3 years ago

dendrobium1 commented 4 years ago

Hi. I have followed your instructions by installing what is needed using command line, but when I try to open vocal remover.py, it closes automatically.

aufr33 commented 4 years ago

Open a command prompt, go to the directory with the program. Run:

python VocalRemover.py

Then copy the error text here.

tcafranz commented 4 years ago

Traceback (most recent call last): File "VocalRemover.py", line 22, in import torch ModuleNotFoundError: No module named 'torch'

CMD will not let me install torch per your instructions.

DilanBoskan commented 3 years ago

@tcafranz Run this command to download torch

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