小编Alw*_*ind的帖子

无法将 Google Colab 上的 GPU 用于 tensorflow 2.0

我正在尝试使用 Google Colab 上的 GPU 运行我的笔记本,但它没有为我提供 GPU,但是当我使用 tensorflow 1.15.0 运行笔记本时,GPU 可用。

tf.test.gpu_device_name()
Run Code Online (Sandbox Code Playgroud)

给出'/device:GPU:0' tensorflow 1.15.0的输出

但是当我对 tensorflow 2.0.0 做同样的事情时,函数返回''.

python tensorflow google-colaboratory tensorflow2.0

4
推荐指数
2
解决办法
6615
查看次数