You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@singa.apache.org by "Xiangrui (JIRA)" <ji...@apache.org> on 2016/09/29 13:46:20 UTC

[jira] [Created] (SINGA-253) Net converter for caffe model

Xiangrui created SINGA-253:
------------------------------

             Summary: Net converter for caffe model
                 Key: SINGA-253
                 URL: https://issues.apache.org/jira/browse/SINGA-253
             Project: Singa
          Issue Type: New Feature
            Reporter: Xiangrui


Convert caffe model into singa model.
It is a very basic implementation. Now it can convert feed forward net and supports pysinga.
Implementation method:
1. read proto file of caffe model using caffe.proto, and serialize it to string.
2. parse the string use singa model.proto and get the layer config.
3. setup each layer and add it to a feed forward net.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)