Help with deep stack gpu version
Help with deep stack gpu version
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
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
What GPU are you using?
Re: Help with deep stack gpu version
Also did you follow the below steps and install CUDA 10.1 and cuDNN
Re: Help with deep stack gpu version
I did. I am using 3060
Re: Help with deep stack gpu version
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
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
thank u. how do i open/install WHL file?
Re: Help with deep stack gpu version
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
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
Try using Windows File Explorer to change the extension to zip
Re: Help with deep stack gpu version
That worked. Thank you.