前言在pytorch中转置用的函数就只有这两个transpose() permute()这两个函数都是交换维度的操作。有一些细微的区别1. 官方文档transpose()torch.transpose(input, dim0, ...
確定! 回上一頁