查询深度学习环境python torch cuda版本

1
2
3
4
5
6
7
import sys
import torch

#sys模块提供了一系列有关Python运行环境的变量和函数。
print(sys.version)
print(torch.__version__)
print(torch.cuda.is_available())


查询深度学习环境python torch cuda版本
https://leiqi.top/2024-08-08-efa703ec12d7.html
作者
Lei Qi
发布于
2024年8月8日
许可协议