Jeff-sjtu / HybrIK

Official code of "HybrIK: A Hybrid Analytical-Neural Inverse Kinematics Solution for 3D Human Pose and Shape Estimation", CVPR 2021
MIT License
1.16k stars 142 forks source link

my training is stuck in training phase #211

Closed m-usamasaleem closed 7 months ago

m-usamasaleem commented 7 months ago

Screenshot from 2023-11-13 20-53-57

Thankyou so much for your repo. I really like it. However, I'm encountering a challenge where the training process seems to halt and doesn't progress beyond a certain point. I'm not entirely sure what could be causing this issue.

Basically it remain stucks on iterating the train_loader.

Would you be able to offer some guidance or advice on how to troubleshoot and resolve this problem?

biansy000 commented 7 months ago

You may try changing cfg.TRAIN.WORLD_SIZE to the actual number of GPUs used.