试题详情

Pytorch中查看是否有cuda支持,使用的代码是?

Atorch.cuda_version

Btorch.is_cuda_available()

Ctorch.cuda.ready()

Dtorch.cuda_is_available()