import torch sample0 = torch.arange(15).reshape(5, 3) # tensor([[ 0, 1, 2], # [ 3, 4, 5], # [ 6, 7, 8], # [ 9, 10, 11], # [12, 13, 14]]) sample0.transpose(1 ...
確定! 回上一頁