YangZeyu95 / unofficial-implement-of-openpose

Implement of Openpose use Tensorflow
272 stars 80 forks source link

About the loss of training #46

Closed tangchen2 closed 5 years ago

tangchen2 commented 5 years ago

Exceuse me, I have trained the model according to your steps, i find that the model only trained 5 epochs and the final loss is around 215 ~ 230, and i have test the ski image, the performance is not much accurate but not too bad. Can i improve the model performance by training more epochs and what about the learning rate set? Could you give me some advice, thank you so much.

YangZeyu95 commented 5 years ago

More epoch is necessary. My lr init as 1e-4 with 0.9 decay every epoch

tangchen2 commented 5 years ago

Thank you for your reply! I will try more epochs with your lr set