mxnet-ssd
mxnet-ssd copied to clipboard
How to get 'reduced' model from one trained on coco?
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?
Reduced? Did you mean finetune?
I guess, how do I finetune?
checkout --finetune option to use pretrained models.
Where can I find more instructions on that?