[
https://issues.apache.org/jira/browse/SINGA-118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
wangwei resolved SINGA-118.
---------------------------
Resolution: Fixed
Assignee: Sheng Wang
> 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
> Assignee: 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)