【发布时间】:2019-08-02 18:07:59
【问题描述】:
我在 Windows 上安装了 anaconda 3.7(遵循本指南:https://www.youtube.com/watch?v=tPq6NIboLSc),然后尝试使用 jupyter notebook 中的 tensorflow (https://github.com/DeepRNN/image_captioning) 运行代码,但我得到了:
内部错误:cudaGetDevice() 失败。状态:CUDA 驱动程序版本对于 CUDA 运行时版本不足
在寻找我的 cuda 版本时:
> 其中cudnn*
C:\Users\\Anaconda3\envs\gptest\Library\bin\cudnn64_7.dll
(gputest) C:\windows\system32>pip show tensorflow
Name: tensorflow
Version: 1.13.1
Summary: TensorFlow is an open source machine learning framework for everyone.
Home-page: https://www.tensorflow.org/
Author: Google Inc.
Author-email: opensource@google.com
License: Apache 2.0
Location: c:\users\...\anaconda3\envs\gputest\lib\site-packages
Requires: numpy, keras-applications, grpcio, gast, six, tensorboard, keras-preprocessing, termcolor, absl-py, astor, protobuf, wheel, tensorflow-estimator
Required-by:
【问题讨论】:
标签: tensorflow anaconda jupyter