- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我安装了 CUDA 9.0,因为没有它,Tensorflow 会给出错误:
ImportError: Could not find 'cudart64_90.dll'. TensorFlow requires that this DLL be installed in a directory that is named in your %PATH% environment variable.
最佳答案
我找到了解决方案。这是一个很好的老建议——“你试过把它关掉再打开吗?”
我重启电脑,Tensorflow 找到 cudart64_90.dll
,但现在找不到 cudnn64_7.dll
.我正在提供解决我遇到的问题的步骤。
如果您安装了 Tensorflow GPU 版本,您很可能会遇到帖子中提到的问题。特别是如果您之前没有安装过 NVDIA 开发工具包。按着这些次序:
1.安装CUDA
从 here 获取.安装 只有 Tensorflow 的 ImportError 中提到的版本。
ImportError: Could not find 'cudart64_90.dll'. TensorFlow requires that this DLL be installed in a directory that is named in your %PATH% environment variable. Download and install CUDA 9.0 from this URL: https://developer.nvidia.com/cuda-toolkit
ImportError: Could not find 'cudnn64_7.dll'. TensorFlow requires that this DLL be installed in a directory that is named in your %PATH% environment variable. Note that installing cuDNN is a separate step from installing CUDA, and this DLL is often found in a different directory from the CUDA DLLs. You may install the necessary DLL by downloading cuDNN 7 from this URL: https://developer.nvidia.com/cudnn
关于即使安装了 Path 变量集,Tensorflow 也找不到 "cudart64_90.dll",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51111954/
这个命令具体做什么: make EXTRA_NVCCFLAGS=--cudart=shared 我是用来实现rCUDA平台的,是用来编译文件的吗? 谢谢。 最佳答案 EXTRA_NVCCFLAGS=-
我使用 PyCharm 进行远程调试,客户端 Win10,服务器 Ubuntu 16。在 Ubuntu 机器上,我正确安装了 Cuda 8.0,以及 python 2.7 和 tensorflow 1
我刚刚开始使用 Julia 的 CUDArt 包来管理 GPU 计算。我想知道如何确保如果我从 gpu 中提取数据(例如使用 to_host() ),我不会在对它执行所有必要的计算之前这样做。 通过一
为了进行数学运算,我添加了头文件 #include #include 但是当我编译它时,它开始出现以下错误。我该怎么办? p.s .: CUDA 5.0,VS2010 NVIDIA GPU Com
由于一个模糊的原因,在我的项目中添加 cudart.lib 后,我对 IDXGIOutput5::DuplicateOutput1() 的调用失败并出现错误 0x887a0004 (DXGI_ERRO
我是一名优秀的程序员,十分优秀!