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

两者没区别
根据 PyTorch 官方文档:https://pytorch.org/docs/stable/generated/torch.concat.html
【PyTorch】torch.cat() 和 torch.concat() 的区别_第1张图片
torch.concat() 是 torch.cat() 的别称,无区别

你可能感兴趣的:(杂七杂八,pytorch,深度学习,人工智能)