facebookarchive / models

A repository for storing pre-trained Caffe2 models.
Apache License 2.0
430 stars 127 forks source link

How can I export my own network in caffe2 to init_net.pb and predict_net.pb files #49

Open arenchdlaam opened 5 years ago

arenchdlaam commented 5 years ago

I only have net.pbtxt and param_init_net.pbtxt files after training. How can I convert them into the standard .pb files.

dzung-hoang commented 5 years ago

I have utilities to do this here.