mxnet-ssd icon indicating copy to clipboard operation
mxnet-ssd copied to clipboard

How to get 'reduced' model from one trained on coco?

Open Rizhiy opened this issue 8 years ago • 4 comments

I would like to first pre-train a model on COCO and then train it on my custom small dataset. How can I obtain a reduced model from a trained one?

Rizhiy avatar Dec 20 '17 16:12 Rizhiy

Reduced? Did you mean finetune?

zhreshold avatar Dec 23 '17 05:12 zhreshold

I guess, how do I finetune?

Rizhiy avatar Dec 25 '17 17:12 Rizhiy

checkout --finetune option to use pretrained models.

zhreshold avatar Dec 28 '17 01:12 zhreshold

Where can I find more instructions on that?

Rizhiy avatar Dec 28 '17 16:12 Rizhiy