Page 1 of 2
Help with deep stack gpu version
Posted: Tue Nov 23, 2021 1:36 am
by Shukhrat
Hello,
I was using cpu version of deep stack and it was working ok. I got Nvidia card and installed the gpu version. Now it keeps saying error 100 or timeout. Please help
Re: Help with deep stack gpu version
Posted: Tue Nov 23, 2021 1:51 am
by MikeLud
What GPU are you using?
Re: Help with deep stack gpu version
Posted: Tue Nov 23, 2021 1:55 am
by MikeLud
Also did you follow the below steps and install CUDA 10.1 and cuDNN
- Screenshot 2021-11-22 205259.jpg (150.06 KiB) Viewed 7570 times
Re: Help with deep stack gpu version
Posted: Tue Nov 23, 2021 2:40 am
by Shukhrat
I did. I am using 3060
Re: Help with deep stack gpu version
Posted: Tue Nov 23, 2021 2:58 am
by MikeLud
DeepStack does not work with 3060 yet. I was able to get my 3060 to work by doing the below steps and more details in the link below
So the steps are
Install
CUDA Toolkit 11.4
cuDNN v8.2.4
DeepStack-Installer-GPU-2021.09.1.exe
Manually update to the below Windows Packages
torch-1.9.1+cu111-cp37-cp37m-win_amd64
torchvision-0.10.1+cu111-cp37-cp37m-win_amd64
You can skip the below items that are listed in post
numpy-1.21.2-cp37-cp37m-win_amd64
Pillow-8.3.2-cp37-cp37m-win_amd64
scipy-1.7.1-cp37-cp37m-win_amd64
https://ipcamtalk.com/threads/deepstack ... ost-600376
Re: Help with deep stack gpu version
Posted: Tue Nov 23, 2021 3:26 am
by Shukhrat
thank u. how do i open/install WHL file?
Re: Help with deep stack gpu version
Posted: Tue Nov 23, 2021 3:48 am
by MikeLud
Once you download the files change the file extension to zip then unzip them and replace the folders with the new unzipped folders.
Re: Help with deep stack gpu version
Posted: Tue Nov 23, 2021 10:08 pm
by Shukhrat
thx. cant change the large (3gb) file to zip. tried using the command prompt and keep getting an error "ERROR: torch-1.9.1+cpu-cp37-cp37m-win_amd64.whl is not a supported wheel on this platform."
Re: Help with deep stack gpu version
Posted: Tue Nov 23, 2021 10:56 pm
by MikeLud
Try using Windows File Explorer to change the extension to zip
Re: Help with deep stack gpu version
Posted: Wed Nov 24, 2021 6:39 pm
by Shukhrat
That worked. Thank you.