torch.transpose(input, dim0, dim1) 函数将输入张量input 的第dim0 个维度和第dim1 个维度进行交换,并将交换维度后的张量返回。transpose 函数作用非常 ...
確定! 回上一頁