Thanks to visit codestin.com
Credit goes to github.com

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

Latest commit

 

History

History
 
 

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/faq/caffe.md for more details.