huangshiyu13 / RPNplus

RPN+(Tensorflow) for people detection
MIT License
181 stars 85 forks source link

training with previously trained model #12

Closed woobin09 closed 7 years ago

woobin09 commented 7 years ago

After training for 10000 iterations, I want to train for another 10000. Instead of training from 0 - 20000, I was wondering if I could load the params_10000.npy and train 10000 iterations more.

Tried loading the model like vgg16.npy but loss comes out to be huge.

Is there a way to train on top of previous trained model?