Pytorch_Realtime_Multi-Person_Pose_Estimation icon indicating copy to clipboard operation
Pytorch_Realtime_Multi-Person_Pose_Estimation copied to clipboard

from the middle

Open ghost opened this issue 6 years ago • 3 comments

Hi,

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

ghost avatar Jan 20 '18 07:01 ghost

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 avatar Jan 21 '18 06:01 last-one

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

last-one avatar Jan 21 '18 08:01 last-one

Thank you for your replying.

ghost avatar Jan 22 '18 03:01 ghost