About cuda and cudnn version

About cuda and cudnn version  

  By: neighbor_wang on Sept. 11, 2021, 9:41 a.m.

Hi, Could you tell me the cuda and cudnn version used in your device ? Moreover , can we use 'conda' command to install the related packages rather than 'pip' ? We try to use 'pip' to install 'tensorflow-gpu 1.x', but it can not install Cudatoolkit and Cudnn automatically like "conda install", so in this virtual environment our code can only run on the CPU device now. Looking forward to your reply!

Re: About cuda and cudnn version  

  By: lassehansen on Sept. 12, 2021, 8:02 a.m.

Hi,

we will run the docker images on our local machine with cuda 11.1 and cudnn 7 installed. Of course you can modify your docker to use conda instead of pip.

Looking forward to your submission, Lasse

Re: About cuda and cudnn version  

  By: neighbor_wang on Sept. 12, 2021, 11:01 a.m.

Thanks for your relpy!