简体   繁体   中英

anaconda - downgrade the cudnn to be compatable with tensorflow 1.15

I have tensorflow 1.15 installed on my anaconda environment, and keras 2.3.1. also, windows 10 and python 3.6. based on this , it seems like I need cudnn 5. but the one that conda installed for me is 7.6.5.

when I try to run conda install cudnn==5 , or cudnn==5.1 , I get:

PackagesNotFoundError: The following packages are not available from current channels:

any ideas how to achieve this?

you must have the miniconda2 == 4.5.4 version

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM