Convolutional-Pose-Machines-Pytorch icon indicating copy to clipboard operation
Convolutional-Pose-Machines-Pytorch copied to clipboard

Concat operation wrong dim?

Open oliverzzm opened this issue 5 years ago • 0 comments

Hi, I read your cpm_model.py and found you assign dim = 1 when doing torch.cat. But the tensor in pytroch is in c,h,w. So shouldn't dim be 0?

oliverzzm avatar Jul 22 '19 03:07 oliverzzm