KeyKy / mobilenet-mxnet

mobilenet-mxnet
145 stars 28 forks source link

why do you not push your code to MXNet? #4

Closed qingzhouzhen closed 7 years ago

qingzhouzhen commented 7 years ago

I am interested in this implement of the article, but I wonder why you not push you code to https://github.com/dmlc/mxnet? and can this modle work? I tried, but failed, I can not compile the whole prject now.

KeyKy commented 7 years ago

you can turn all channelwiseconvolution into conv with group and use the official mxnet.

qingzhouzhen commented 7 years ago

ok, Can this implementation work? hava you tested?

KeyKy commented 7 years ago

yes. it works

qingzhouzhen commented 7 years ago

OK, THX