When i am trying to get the encoded features of a random image as done in video at 7:46 , i am getting the following error. Please if you can check for the error?
Continued error image:-
When i am trying to get the encoded features of a random image as done in video at 7:46 , i am getting the following error. Please if you can check for the error?
Continued error image:-
hey @saksham_thukral ,
Another such error for you.
can you please let me know your , tensorflow ,Cuda and CuDNN version ?
just try in conda terminal > conda list cudnn
let me know its output.
Hello prashant bhaiya!
following are my version:-
1.As what i saw i need to upgrade my cuda versions to 10.1 or higher… so which cuda version should i preffer , i should fo with 10.1 only or i can get 11.0 also?
2.secondly , do i need to uninstall my older cuda version or is there any way to simply update its version, as i think it won’t be right to simply delete older cuda version as it might lead to some problems?
you can go for any version of CUDA , but just check it is above 10.1.
after downloading it , run command in you windows cmd :
nvcc --version
it will show you the version of cuda it is using ,if it shows the previous version then delete that cuda and it automatically detect another version of cuda and start working on it.