【发布时间】:2021-12-21 01:53:04
【问题描述】:
我选择了 GPU 作为计算类型,并打开了我的项目。
但是检查本地设备,看起来并没有部署任何 GPU。
import tensorflow as tf
from tensorflow.python.client import device_lib
device_lib.list_local_devices()
输出:
[name: "/device:CPU:0"
device_type: "CPU"
memory_limit: 268435456
locality {
}
incarnation: 13079107644747151451]
如何在 AWS Sagemaker 中启用 GPU 使用?
【问题讨论】:
标签: python amazon-web-services tensorflow gpu amazon-sagemaker