Pytorch0.4.1_Openpose icon indicating copy to clipboard operation
Pytorch0.4.1_Openpose copied to clipboard

Problem in training

Open lisa676 opened this issue 3 years ago • 0 comments

When I run training script, I'm getting following error

Error is on line 275 in openpose.py https://github.com/TreB1eN/Pytorch0.4.1_Openpose/blob/358ace1708116edc174dd0a2dbdf0f7f7195a7b2/openpose.py#L275

ValueError: too many values to unpack (expected 2)

Is this problem due to precise? If yes then how to solve it?

Other problem is that, I have 2 graphics cards (GTX1080Ti) but training code is using only one card. I mentioned both cards in environment variables but still using one card, I think the training code doesn't support multi-GPU training?

lisa676 avatar May 27 '21 06:05 lisa676