Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Latest commit

 

History

History

caffe_converter

Convert Caffe Model to Mxnet Format

This folder contains the source codes for this tool.

If Caffe with python binding is installed, we can use the following command to convert a Resnet-50 pretrained model.

python convert_caffe_modelzoo.py resnet-50

Please refer to docs/how_to/caffe.md for more details.