How to use the newest 7.5 cudnn in conda environment?

一世执手 提交于 2019-12-11 17:41:34

问题


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 install the 7.3.1 cudnn, which is not enough for me to run the CNN in tensorflow1.13.0. Actually, I can install the newest cudnn outside easily, but it won't influence the conda environment. So how can I solve it? Thanks in advance


回答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!



来源:https://stackoverflow.com/questions/55429304/how-to-use-the-newest-7-5-cudnn-in-conda-environment

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!