How to compile Caffe models

Hello, I need to compile caffe models with relay. I notice there is an API for Caffe2. Is there much difference between Caffe and Caffe2 models? Or I have to convert Caffe models to coreml models?

you should convert it into ONNX / CoreML and so on supported by TVM. However, I encourage you to implement Caffe frontend in TVM.

Is there still many caffe users today?

Thanks for your reply! Maybe after I’m more familiar with TVM, I’ll try to implement Caffe frontend. :grinning:

Our group mostly uses caffe.

I see. It would be great if you group can contribute a caffe frontend conversion.

Great. Welcome to contribute it back.