-1

I have a trained caffe model on a CPU desktop. I want to port it mobile platform to do inference using Caffe2. Any insights into how should I go about with it? Do the scripts that are provided by Caffe2 allow for conversion of the model and reuse of the weights? Any help would be appreciated! Thank you!!

1 Answers1

1

You can follow the steps mentioned in the below link: https://caffe2.ai/docs/caffe-migration.html#caffe-to-caffe2

Its pretty clear. Make sure your protobuf version is up-to-date before running the caffe_translator script.

Good Luck !!

Ayushi Agarwal
  • 430
  • 5
  • 14