Convert Mobilenet Mxnet model to CoreML?

Is there a way to convert Mobilenet Network to CoreML ?
At this time, depthwise convolution layer seem to not be supported.

You are correct that the group parameter is always set to 1 in the convert_convolution(). You can try fixing this yourself and submitting a PR :slight_smile:

oh thanks I’ll try to fix that.