📜  连接两个张量 pytorch - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:22.727000             🧑  作者: Mango

代码示例3
torch.cat(tensors, dim) 
#torch.cat((tensor1, tensor2, ...), 0) concatenates axis 0