后端 Pytorch中的torch.cat()函数 ... 先说cat( ) 的普通用法如果我们有两个tensor 是A 和B,想把他们拼接在一起,需要如下操作:. 1 2, C = torch.cat( (A,B),0 )
確定! 回上一頁