last-one / Pytorch_Realtime_Multi-Person_Pose_Estimation

Pytorch version of Realtime Multi-Person Pose Estimation project
MIT License
216 stars 70 forks source link

from the middle #17

Open ghost opened 6 years ago

ghost commented 6 years ago

Hi,

I trained my model by 50,000 iter. What should I do in order to begin to also learn from the middle?

last-one commented 6 years ago

Sorry, I don't know. This is about PyTorch, and I don't know how to save the middle parameters with PyTorch, like caffe's solverstate or tf's checkpoint. So I don't know how to restore from the middle.

last-one commented 6 years ago

If you just want to use the middle model without middle state information, you can load the middle model directly to initialize the model.

ghost commented 6 years ago

Thank you for your replying.