d-li14 / mobilenetv3.pytorch

74.3% MobileNetV3-Large and 67.2% MobileNetV3-Small model on ImageNet

Home Page:https://arxiv.org/abs/1905.02244

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing depth wise separable convolutions

ssram50 opened this issue · comments

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?