bearpaw / pytorch-pose

A PyTorch toolkit for 2D Human Pose Estimation.
GNU General Public License v3.0
1.1k stars 251 forks source link

When I try to train with lsp,I faced some problem #110

Open GuoHaiYang123 opened 4 years ago

GuoHaiYang123 commented 4 years ago

TypeError: can't assign a tuple to a torch.FloatTensor

Github3G commented 4 years ago

TypeError: can't assign a tuple to a torch.FloatTensor

I meet the same question. and i find there is not a 'target_weight' in the trainloader at the 194 line of main.py. And have you resolved this problem?

Polaris7777777 commented 1 year ago

Have you addressed the problem with target_weight? If you have, could you please provide me with some instructions? Thank you very much.