You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
When I run training script, I'm getting following error
Error is on line 275 in openpose.py
Pytorch0.4.1_Openpose/openpose.py
Line 275 in 358ace1
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?
The text was updated successfully, but these errors were encountered: