szad670401 / advanced-mxnet2caffe

Support most of operator which convert mxnet to caffe.
60 stars 18 forks source link

base_conv_layer.cpp:170] Check failed: channels_ % group_ == 0 (64 vs. 0) #2

Open aliushn opened 5 years ago

aliushn commented 5 years ago

python json2prototxt.py --mx-json ./mnet.25/mnet.25-symbol.json --cf-prototxt ./mnet.25.prototxt python mxnet2caffe.py --mx-model ./mnet.25/mnet.25 --mx-epoch 0 --cf-prototxt ./mnet.25.prototxt --cf-model ./mnet.25.caffemodel

base_convlayer.cpp:170] Check failed: channels % group_ == 0 (64 vs. 0)

atomtony commented 5 years ago

python json2prototxt.py --mx-json ./mnet.25/mnet.25-symbol.json --cf-prototxt ./mnet.25.prototxt python mxnet2caffe.py --mx-model ./mnet.25/mnet.25 --mx-epoch 0 --cf-prototxt ./mnet.25.prototxt --cf-model ./mnet.25.caffemodel

base_convlayer.cpp:170] Check failed: channels % group_ == 0 (64 vs. 0)

Has it been solved?

swearos commented 5 years ago

if you convert mobilenet0.25, should change two place: prototxt_basic.py line8:: names_output = {"rf_c2_upsampling":64 ,"rf_c3_upsampling":64} mxnet2caffe.py line45: backbone = "mobile"

cemamxiaoxixi commented 4 years ago

if you convert mobilenet0.25, should change two place: prototxt_basic.py line8:: names_output = {"rf_c2_upsampling":64 ,"rf_c3_upsampling":64} mxnet2caffe.py line45: backbone = "mobile"

改了还是不行啊