chinakook / MobileNetV2.mxnet

A MXNet/Gluon implementation of MobileNetV2
Apache License 2.0
85 stars 25 forks source link

Could you please give me your training setting? #3

Closed homles11 closed 6 years ago

homles11 commented 6 years ago

I want to train this model from scratch and could you please give me your training setting? Did you obey the settings in the paper and how many epochs have you trained? Thanks.

chinakook commented 6 years ago

Please refer to this implementation, it got 72.45% top 1 https://github.com/liangfu/mxnet-mobilenet-v2

homles11 commented 6 years ago

Thanks