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

Posted vodka、

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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计算的解决方法的主要内容,如果未能解决你的问题,请参考以下文章

加载了 tensorflow.js 的图模型可以在 GPU 上使用数据而不先将其传输到 CPU 吗?

Tensorflow 在 CPU 而不是 RTX 3000 系列 GPU 上训练

gpu版本低能用啥跑代码

tensorflow怎么删除gpu版本,下载cpu版本

tensorflow如何设置只在cpu上运行

tensorflow 怎么设置成cpu运行