赞
踩
https://pytorch.org/get-started/previous-versions/
# 测试pytorch是否安装成功 import torch print(torch.__version__) print(torch.cuda.is_available())