BVLC / caffe

Caffe: a fast open framework for deep learning.
http://caffe.berkeleyvision.org/
Other
33.98k stars 18.72k forks source link

Compatability of caffe model file with Android Neural Network library #6928

Open vidhyagithub opened 4 years ago

vidhyagithub commented 4 years ago

Summary: I am developing an application using Android Neural Network API for image classification (for my use case) - I have a model file trained with Caffe Library and I would have to use the same model file with Android Neural Network library. Android NN library accepts mode file in . binary format only and not .caffemodel.

May I know the procedure to convert .caffemodel file in to .bin type? Can you throw some lights on this?