CharlesShang / TFFRCNN

FastER RCNN built on tensorflow
MIT License
874 stars 418 forks source link

How to load half of the trained model, then go to that point to train #141

Open chiyandetaotie opened 6 years ago

chiyandetaotie commented 6 years ago

I interrupted a training (and saved the fixed step model). After two days, I want to continue training in the place where I last interrupted. How to do it?I am a newbie, I hope to answer with the most specific examples, instead of applying the official function.Thanks.