标签: tensorflow gpu
我尝试在tensorflow和gpu支持下运行任何示例代码。 我检查了支持设备:
from tensorflow.python.client import device_lib print(device_lib.list_local_devices())
我只有我的CPU。
如何添加我的GPU支持? 问候!