0

I built a Network in Matlab and exported as ONNX but I need a caffemodel. How can I convert it? I found this https://github.com/MTlab/onnx2caffe but it does not work at all

Luigi2405
  • 677
  • 2
  • 7
  • 12

1 Answers1

0

Unfortunately there is no currently supported solution to convert an ONNX model to a Caffe model.

There is the Caffe -> ONNX direction, using both onnxmltools and coremltools.

vini_s
  • 255
  • 2
  • 6