rwightman / gen-efficientnet-pytorch

Pretrained EfficientNet, EfficientNet-Lite, MixNet, MobileNetV3 / V2, MNASNet A1 and B1, FBNet, Single-Path NAS
Apache License 2.0
1.57k stars 214 forks source link

MobileNetV3 -- Pretrained Model #30

Closed Auth0rM0rgan closed 4 years ago

Auth0rM0rgan commented 4 years ago

Hey @rwightman, I need to use MobileNetv3-large pretrained model for my backbone but couldn't find the pretrained model in your repo! is still tf_mobilenetv3_large_100 available for download?

Thanks!

rwightman commented 4 years ago

The tf version is here still.... I have some training experiments to train my own (non tf) version but not done yet. I'll publish if I match perfromance

import geffnet
m = geffnet.create_model('tf_mobilenetv3_large_100', pretrained=True)