huangshiyu13/RPNplus

training with previously trained model

woobin09 opened this issue · 0 comments

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?