您的位置: 首页 > IT文章 > cuda使用 cuda使用 分类: IT文章 • 2022-03-07 18:32:35 import torchx = torch.randn(2, 3)x = x.cuda() print (x)#最简单的cuda使用,但是感觉好慢啊