Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 390 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 390 Bytes

caffe-model<==transform==>tensorflow-model

This code can implement caffe model<==>tensorflow model

model_transform.py is the main file for model transform. The downmost is a demo for vgg16. Your can switch the func #caffe_transform_to_tf or #tf_transform_to_caffe If you want to know how to transform .Please see the source code. Maybe you need to modify some codes for your model.