papercatnku/mobilenet-v2-mxnet

do you have pretrained mxnet model?

Closed this issue · 1 comments

do you have pretrained mxnet model?

Sorry for the delay.
I do not have pretrained model for imagenet 1000-class classification because of the lack of GPU resource.
I used the inverted residual structure for my customized tasks. The predefined structure is the actual contribution of this repository.
I recommend you check the updates on gluon model zoo
or used this script to train one.
Thanks.