Tensorflow框架无法调用GPU而使用CPU计算的解决方法

问题:

   Tensorflow框架无法调用GPU而使用CPU计算的解决方法
   错误提示:Cannot dlopen some GPU libraries.Please make sure the missing libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use…Skipping registering GPU devices…


一、解决方法:

  我用的是tensorflow无法使用GPU通常是Tensorflow版本和cuda版本不一致,根据cuda和tensorflow版本对应表,下载合适的版本即可。按照要求安装好,最后安装cudnn,配置好路径就可以解决了,训练速度提升的超级快。
Tensorflow框架无法调用GPU而使用CPU计算的解决方法

上一篇:【基因组注释】RepeatMasker和RepeatModeler安装、配置与运行避坑


下一篇:解决idea使用Jquery的$符号,明明导入却还是提示找不到符号。