【PyTorch】torch.cat() 和 torch.concat() 的区别

两者没区别

根据 PyTorch 官方文档:https://pytorch.org/docs/stable/generated/torch.concat.html

在这里插入图片描述

torch.concat() 是 torch.cat() 的别称,无区别

本文来自网络,不代表协通编程立场,如若转载,请注明出处:https://www.net2asp.com/686f537622.html