torch.cat()torch.cat是将两个张量(tensor)拼接在一起,cat是concatenate的意思,即拼接,联系在一起。>>>importtorch>>>A=torch.ones(2,3)#2x3的 ...
確定! 回上一頁