Keras to Caffe model converter

October 7, 2018 ยท View on GitHub

This tool tested with Caffe 1.0, Keras 2.1.5 and TensorFlow 1.4.1

Working conversion examples:

  • Inception V3
  • Inception V4 (https://github.com/kentsommer/keras-inceptionV4)
  • Xception V1
  • SqueezeNet (https://github.com/rcmalli/keras-squeezenet)
  • VGG16
  • MobileNet (waiting for the pad layer)