我正在尝试使用 Google Colab 上的 GPU 运行我的笔记本,但它没有为我提供 GPU,但是当我使用 tensorflow 1.15.0 运行笔记本时,GPU 可用。
tf.test.gpu_device_name()
给出'/device:GPU:0' tensorflow 1.15.0的输出
'/device:GPU:0'
但是当我对 tensorflow 2.0.0 做同样的事情时,函数返回''.
''
python tensorflow google-colaboratory tensorflow2.0
google-colaboratory ×1
python ×1
tensorflow ×1
tensorflow2.0 ×1