[ 
https://issues.apache.org/jira/browse/SINGA-118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15073935#comment-15073935
 ] 

ASF subversion and git services commented on SINGA-118:
-------------------------------------------------------

Commit b8ac2b83f62b26da0e6a30a24eb22c11238d8d36 in incubator-singa's branch 
refs/heads/master from WANG Sheng
[ https://git-wip-us.apache.org/repos/asf?p=incubator-singa.git;h=b8ac2b8 ]

SINGA-118 Make protobuf LayerType field id easy to assign

clean ids in job.conf:
 - Input Layer:      100 - 199
 - Neuron Layer:     200 - 299
 - Loss Layer:       300 - 399
 - Output Layer:     400 - 499
 - Connection Layer: 500 - 599


> 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)

Reply via email to