How to convert a caffe model into keras model
Closed this issue · 1 comments
Hippogriff commented
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
@GodOfProbability The VGG model from Keras was not converted by me. It was found here.