keras2caffe
keras2caffe copied to clipboard
Adding Custom Layers to convert.py file
I am trying to convert SSD7 Keras model to Caffe. I am not able to convert few layers like Lambda and AnchorBoxes into Caffe. Is there a way to import or convert the above mentioned layers from Keras to Caffe ?
I think it is not possible without adding similar layers to Caffe