Python 3.x GPU-在Windows 8.1的Python3.5上运行Tensorflow时出现黑屏

Python 3.x GPU-在Windows 8.1的Python3.5上运行Tensorflow时出现黑屏,python-3.x,tensorflow-gpu,Python 3.x,Tensorflow Gpu,按照 当我到达 激活tensorflow gpu $python 导入tensorflow作为tf hello=tf.constant'hello,TensorFlow!' sess=tf.Session 屏幕变黑了。当我移动光标时,它会移动,然后每隔10秒左右重置到中心,消失在黑暗中,不会回到正常屏幕。 系统信息 Windows 8.1 Pro 64位 已用pip安装-忽略已安装-升级 Cuda工具包8.0 Cudnn 5.1 英特尔i7-4700HQ 4G NVidia GT 750M: p

按照 当我到达

激活tensorflow gpu $python

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

Windows 8.1 Pro 64位

已用pip安装-忽略已安装-升级

Cuda工具包8.0

Cudnn 5.1

英特尔i7-4700HQ

4G NVidia GT 750M:

python-c导入tensorflow作为tf;printf.GIT_版本,tf.VERSION b‘未知’1.1.0

// 然后我试着: www.tensorflow.org/tutorials/using_gpu允许_gpu_内存_增长 两者都允许增长和限制gpu内存分数,直到0.1,但仍然得到黑屏。我被建议存在驱动程序或GPU问题


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

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

我的数据: Cuda工具包8.0 Cudnn 5.1 英特尔i7-4500U 英伟达GT 730M

问题: 运行Python+Tensorflow后显示光标的黑屏

解决方案: 将NVidia显示驱动程序更新至最新版本。 工作完美无瑕

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