在 pytorch 中, torch.reshape() 函数只接受矩阵和形状两个参数,采用了行优先(C-Style)的变换方式,如果需要使用列优先的变换,需要借助 permute() ...
確定! 回上一頁