Anjok07 / ultimatevocalremovergui

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

GPU not work #258

Open Chuncheuk opened 2 years ago

Chuncheuk commented 2 years ago

The graphics card is1660ti,CUDA version is 11.3 and has correct output nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2021 NVIDIA Corporation Built on Sun_Mar_21_19:24:09_Pacific_Daylight_Time_2021 Cuda compilation tools, release 11.3, V11.3.58 Build cuda_11.3.r11.3/compiler.29745058_0

After the GPU conversion is checked, the GPU occupation of Python is always 0. I want to ask why and how to make it operate on the GPU

Chuncheuk commented 2 years ago

d3dc77a1607ae09dc033861ac2050a4 8ea6b49daa80517bdb56f0b17810e20

kebugcheckex commented 2 years ago

The pre-packaged full installer should work out of box.

If you are running from source code, make sure you install the correct pytorch version, as mentioned in the doc

pip install torch==1.9.0+cu111 torchvision==0.10.0+cu111 torchaudio==0.9.0 -f https://download.pytorch.org/whl/torch_stable.html
cooperleong00 commented 1 year ago

Check if your onnxruntime is gpu version?