How To Use The Newest 7.5 Cudnn In Conda Environment?
Please help! Using conda install tensorflow-gpu, it help me to install cuda and cudnn automatically, which is really convienience. However, the problem is that conda can only insta
Solution 1:
Try building a new conda env
after you install cuda and cudnn (mind to find the right versions). See these steps. Also, try pip install tensorflow-gpu
under the conda env (source activate env_name
), too. Hope it helps!
Post a Comment for "How To Use The Newest 7.5 Cudnn In Conda Environment?"