简体   繁体   English

从python运行Tensorflow库时遇到问题?

[英]I am getting an issue while running Tensorflow library from python?

Could not load cudart64_80.dll . 无法加载cudart64_80.dll The GPU version of TensorFlow requires that this DLL be installed in a directory that is named in your %PATH% environment variable. GPU版本的TensorFlow要求将此DLL安装在%PATH%环境变量中命名的目录中。 Download and install CUDA 8.0 from this URL: https://developer.nvidia.com/cuda-toolkit 从以下URL下载并安装CUDA 8.0: https : //developer.nvidia.com/cuda-toolkit

I also got the similar issue, and fixed it by downloading CUDA 8.0: https://developer.nvidia.com/cuda-toolkit-archive . 我也遇到了类似的问题,并通过下载CUDA 8.0进行了修复: https : //developer.nvidia.com/cuda-toolkit-archive I also visited https://developer.nvidia.com/cuda-toolkit and downloaded CUBA 9.0, but it didn't work. 我还访问了https://developer.nvidia.com/cuda-toolkit并下载了CUBA 9.0,但是它没有用。 Hence, only CUDA 8.0 works. 因此,仅CUDA 8.0有效。

Ref: https://devtalk.nvidia.com/default/topic/1024550/download-and-install-cuda-8-0-instead-of-cuda-9-0/ 参考: https : //devtalk.nvidia.com/default/topic/1024550/download-and-install-cuda-8-0-instead-of-cuda-9-0/

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我收到警告:tensorflow:From in python - I am getting WARNING:tensorflow:From in python 使用 opencv-python 运行人脸检测 python 脚本时出现 **QObject::moveToThread:** 问题 - getting **QObject::moveToThread:** issue while I am running face detection python script using opencv-python Python:运行 Python Unittest 时出现错误 - Python: I am getting Errors while running Python Unittest 谁能帮我解决运行这个tensorflow程序时遇到的错误 - can anyone help me in resolving the error which I am getting while running this tensorflow program 为什么我在运行 Python 时在 Spyder 中收到“启动内核时发生错误”? - Why am I getting “An error ocurred while starting the kernel” in Spyder while running Python? 为什么我在运行此脚本时收到 tensorflow 警告? - why am i getting a tensorflow warning when running this script? 我正在网站上编写自动化脚本,并在从 python 运行脚本时收到此错误“Website_link 不是受支持的浏览器”。 - I am writing automation script on website and while running script from python I am getting this error "Website_link is not a supported browser." 为什么在 python 中使用 face_recognition 库时出现列表索引超出范围错误? - Why am I getting a list index out of range error while using face_recognition library in python? 运行此 python 代码时出现错误。 错误是“ElementNotInteractableException”。 任何人都可以帮助我吗? - I am getting error while running this python code. The error is “ElementNotInteractableException”. Can any on help me out? 我想使用LAADS DAAC站点中提供的Python脚本从HTTP站点下载MODIS数据。 但是在运行脚本时出现错误 - I want to download MODIS data from HTTP site using Python script given in the LAADS DAAC site. But while running the script am getting error
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM