摘要: 本文介绍各种查看版本的命令: 1. 在pytorch中验证pytorch与cuda是否成功 import torch print(torch.cuda.is_available()) print(torch.backends.cudnn.is_available()) print(torch.cud 阅读全文
posted @ 2022-04-07 10:14 Bro_Li 阅读(118) 评论(0) 推荐(0) 编辑