1、最值得注意的区别# torch.arange() x = torch.arange(1.0,6.0) print(x) 输出:tensor([1., 2., 3., 4., 5.]) # torch.range() y ...
確定! 回上一頁