You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@singa.apache.org by "Sheng Wang (JIRA)" <ji...@apache.org> on 2015/12/29 04:58:49 UTC

[jira] [Created] (SINGA-118) Make protobuf LayerType field id easy to assign

Sheng Wang created SINGA-118:
--------------------------------

             Summary: Make protobuf LayerType field id easy to assign
                 Key: SINGA-118
                 URL: https://issues.apache.org/jira/browse/SINGA-118
             Project: Singa
          Issue Type: Improvement
            Reporter: Sheng Wang


When adding a new layer implementation, we need to assign an id in LayerType. It is hard to find such an available id, as used ids in the list are not sorted.

It is good to have ids in each layer category sorted in a sub-range.
For example:

Input Layer: 100 - 199
Neuron Layer: 200 - 299
Loss Layer: 300 - 399
Output Layer: 400 - 499
Connection Layer: 500 - 599




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