deep learning - How to convert Caffe trained model and parameters to directly be used for inference in caffe2? -


i have trained caffe model on cpu desktop. want port mobile platform inference using caffe2. insights how should go it? scripts provided caffe2 allow conversion of model , reuse of weights? appreciated! thank you!!

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

its pretty clear. make sure protobuf version up-to-date before running caffe_translator script.

good luck !!


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -