当前位置: 代码迷 >> 综合 >> ImportError: Could not find ‘cudart64_100.dll‘. TensorFlow requires that this DLL be installed
  详细解决方案

ImportError: Could not find ‘cudart64_100.dll‘. TensorFlow requires that this DLL be installed

热度:39   发布时间:2023-12-17 16:52:45.0

原因

TensorFlow版本和CUDA版本不匹配的原因,还有一个就是你的CUDA路径没有放到系统变量里面

我的TensorFlow版本是 1.14.0, 我安装的CUDA版本是10.2,所以运行项目出现这个问题,卸载CUDA10.2安装CUDA10.0版本就可以,对应的cudnn版本也要重新配置

 

  相关解决方案