torch.cat() 和torch.stack() ... torch.cat(tensors, dim=0, * , out=None) → Tensor. 將參數的張量連接起來,張量必須是同緯度的或者空的。
確定! 回上一頁