You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for gpu_n in tf.config.experimental.list_physical_devices('GPU'):
print(f'Num GPUs Available: {gpu_n}')
Num GPUs Available: PhysicalDevice(name='/physical_device:GPU:0', device_type='GPU')
Num GPUs Available: PhysicalDevice(name='/physical_device:GPU:1', device_type='GPU')
Num GPUs Available: PhysicalDevice(name='/physical_device:GPU:2', device_type='GPU')
Num GPUs Available: PhysicalDevice(name='/physical_device:GPU:3', device_type='GPU')
The text was updated successfully, but these errors were encountered:
获取当前版本 tensorflow 编译信息
获取主机可用的 GPU
The text was updated successfully, but these errors were encountered: