GPU - 在Windows 8.1中在Python3.5上运行Tensorflow时的黑屏

时间:2017-05-31 13:03:26

标签: python-3.x tensorflow-gpu

关于https://www.tensorflow.org/install/install_windows的关注说明 当我到达

激活tensorflow-gpu $ python

将tensorflow导入为tf hello = tf.constant('Hello,TensorFlow!') sess = tf.Session() 屏幕变黑。当我移动光标时,它会移动,然后每隔10秒左右重置到中心并消失在黑暗中,并且不会返回正常屏幕。 系统信息

Windows 8.1 Pro 64bit

使用了pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/windows/gpu/tensorflow_gpu-1.1.0-cp35-cp35m-win_amd64.whl

Cuda toolkit 8.0

Cudnn 5.1

intel i7-4700HQ

4G NVidia GT 750M:

python -c“将tensorflow导入为tf; print(tf.GIT_VERSION,tf.VERSION)” b'unkown'1.1.0

// 然后我尝试了: www.tensorflow.org/tutorials/using_gpu#allowing_gpu_memory_growth 允许增长和限制gpu内存分数直到0.1,但仍然得到黑屏。有人建议我有驱动程序或GPU问题。

让我知道我还应该提供什么

1 个答案:

答案 0 :(得分:1)

我有完全相同的问题。非常相似的硬件和软件:

我的数据:
Cuda工具包8.0
Cudnn 5.1
intel i7-4500U
NVidia GT 730M

问题:
运行Python + Tensorflow后,光标可见的黑屏。

<强>解决方案:
更新了最新的NVidia显示驱动程序。
工作完美。

我认为在安装Cuda toolkit + Cudnn之后必须更新驱动程序。 祝你好运!