pytorch to caffe by onnx
This tool converts pytorch model to Caffe model by ONNX
only use for inference
we recomand using protobuf 2.6.1 and install onnx from source
git clone --recursive https://github.com/onnx/onnx.git
cd onnx
python setup.py install
run test.py to make sure it has been installed correctly
To convert onnx model to caffe:
python convertCaffe.py ./model/MobileNetV2.onnx ./model/MobileNetV2.prototxt ./model/MobileNetV2.caffemodel