【发布时间】:2018-05-12 11:48:36
【问题描述】:
当我从 jupyter notebook 运行 tensorflow 代码时,我无法使用 GPU 运行它。如果我在 python 脚本中运行,相同的代码运行没有问题。
我点击了主安装链接:
https://www.tensorflow.org/install/install_windows
也试过了:
http://bailiwick.io/2017/11/05/tensorflow-gpu-windows-and-jupyter/
当我在 python 脚本文件中运行时,在笔记本之外没有问题。
问题很可能与此类似:
Tensorflow not running on GPU in jupyter notebook
更具体地说,我的测试: I can see both devices CPU and GPU via python a script
I can see only CPU via notebook
非常感谢您提前提供的任何帮助!
【问题讨论】:
标签: tensorflow gpu jupyter-notebook