The minimum required Cuda capability is 3.7.

Posted weiyinfu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了The minimum required Cuda capability is 3.7.相关的知识,希望对你有一定的参考价值。

stackoverflow上早有讨论
https://stackoverflow.com/questions/33651810/the-minimum-required-cuda-capability-is-3-5
github上也早有issue
https://github.com/tensorflow/tensorflow/issues/25
但是一番折腾发现最靠谱的方法是该改数,重新编译。遂放弃。

如果使用tensorflow-gpu版本,会先检测GPU的兼容性,这也是需要花费一些时间的,反倒不如使用CPU方便快捷。所以,如果没有好显卡,还是使用CPU吧。

pip uninstall tensorflow-gpu
pip install tensorflow

以上是关于The minimum required Cuda capability is 3.7.的主要内容,如果未能解决你的问题,请参考以下文章

日常Exception第三十回:Flink异常NoResourceAvailableException: Could not acquire the minimum required resour

日常Exception第三十回:Flink异常NoResourceAvailableException: Could not acquire the minimum required resour

Ionic启动时提示:The Angular CLI requires a minimum Node.js version of eithor v10.13 or v12.0

ffmpeg,英伟达jetson盒子看不到显卡驱动版本问题源码分析(The minimum required Nvidia driver for nvenc is xxx or newer)

ffmpeg,英伟达jetson盒子看不到显卡驱动版本问题源码分析(The minimum required Nvidia driver for nvenc is xxx or newer)

CMake 无法设置 CUDA 标准 c++17