【发布时间】:2018-03-07 10:39:44
【问题描述】:
我正在尝试将 Google Colaboratory 与 GPU 一起使用。我提到我在 Windows 上工作,但这应该没有效果。我从设置中选择了带有 Python3 的 GPU 加速器。当我将鼠标悬停在 Connected 上时,它说我已连接到“Python 3 Google Compute Engine backend (GPU)”,但是当我尝试使用
检查 gpu 时import tensorflow as tf
tf.test.gpu_device_name()
我什么也得不到。空字符串。没有错误,但我似乎无法连接到 GPU。有没有人有这个问题?你是怎么解决的?
【问题讨论】:
标签: tensorflow gpu google-colaboratory