Missing depth wise separable convolutions
ssram50 opened this issue · comments
ssram50 commented
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?