【问题标题】:GPU - Black Screen when running Tensorflow on Python3.5 in Windows 8.1GPU - 在 Windows 8.1 中的 Python3.5 上运行 Tensorflow 时出现黑屏
【发布时间】:2017-05-31 13:03:26
【问题描述】:

遵循https://www.tensorflow.org/install/install_windows 上的说明 当我到达

激活 tensorflow-gpu $蟒蛇

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

Windows 8.1 专业版 64 位

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

Cuda 工具包 8.0

Cudnn 5.1

英特尔 i7-4700HQ

4G 英伟达 GT 750M:

python -c "将张量流导入为 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 问题。

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

【问题讨论】:

    标签: python-3.x tensorflow-gpu


    【解决方案1】:

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

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

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

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

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

    【讨论】:

      猜你喜欢
      • 2018-04-21
      • 2021-04-18
      • 1970-01-01
      • 2021-04-07
      • 1970-01-01
      • 1970-01-01
      • 2017-12-03
      • 2018-12-16
      • 2018-11-28
      相关资源
      最近更新 更多