Results 2 comments of swearos

the extension of data-output-path is ‘**npy**’,not 'py'. so you need change '--data-output-path=alexTensorflow.py' to '--data-output-path=alexTensorflow.npy

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"