【问题标题】:tf.concat operation in PyTorchPyTorch 中的 tf.concat 操作 【发布时间】:2017-12-05 03:06:41 【问题描述】: torch.stack 不是我要搜索的。 我正在为 Pytorch 寻找 Tensorflow 的 concat 操作。 我已经搜索了文档http://pytorch.org/docs/0.3.0/ 【问题讨论】: 标签: python tensorflow pytorch 【解决方案1】: 我相信 torch.cat 就是您要找的。p> http://pytorch.org/docs/master/torch.html#torch.cat 【讨论】: