欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

tensorflow,keras安装

程序员文章站 2022-07-13 08:04:30
...
pip install tensorflow-gpu==1.2

注:cuda是8.0,cudnn版本也比较低,所以安装tensorflow的版本比较低,不然回报错

ImportError: libcudnn.so.6: cannot open shared object file: No such file or directory
pip install keras==2.0.3