In [3]: b = torch.arange(1,10,step = 2) print(b) tensor([1, 3, 5, 7, ... Size([1, 2]) torch.transpose可以交换张量的维度,torch.transpose常用 ...
確定! 回上一頁