albertomontesg / keras-model-zoo

Keras Model Zoo
208 stars 28 forks source link

How to convert a caffe model into keras model #12

Closed Hippogriff closed 8 years ago

Hippogriff commented 8 years ago

How exactly did you convert the VGG model to Keras model? I am trying to convert the VGG-M model using the code by @MarcBS. But due to version problem, I am not able to do it. Is there any better way to it? Did you use some different script? Did you also upgrade the .caffemodel model file before converting into keras model?

albertomontesg commented 8 years ago

@GodOfProbability The VGG model from Keras was not converted by me. It was found here.