d-li14 / mobilenetv3.pytorch

74.3% MobileNetV3-Large and 67.2% MobileNetV3-Small model on ImageNet
https://arxiv.org/abs/1905.02244
MIT License
519 stars 125 forks source link

Missing depth wise separable convolutions #27

Open ssram50 opened 3 years ago

ssram50 commented 3 years ago

The official tensor-flow implementation is based on using depth wise convolutions https://github.com/frotms/MobilenetV3-Tensorflow/blob/master/mobilenet_v3.py Which seems to be missing in your architecture. Can you please confirm that?