Garfield-kh / PoseTriplet

[CVPR 2022] PoseTriplet: Co-evolving 3D Human Pose Estimation, Imitation, and Hallucination under Self-supervision (Oral)
MIT License
308 stars 25 forks source link

train multiprocess issues #36

Open AirBall0 opened 2 months ago

AirBall0 commented 2 months ago

Hi, thanks for your excellent work and I am interest in. But when I try to run your code(don't change anything), the first iteration is ok, and it can print the information about reward and so on. when enter into 2 iter, the main process is also ok, but the followed childs process is always run without cpu usage, and finally the problem was located at policy_vs_net, It's gonna stay stuck here without forward output, so have you meet this problem? Thanks!

Garfield-kh commented 2 months ago

ummm, sorry I am not sure here. Can you change to another computer and try?