[
https://issues.apache.org/jira/browse/SINGA-111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15050950#comment-15050950
]
ASF subversion and git services commented on SINGA-111:
-------------------------------------------------------
Commit 7cdb22f687b3a1c68e3ca2e28329e8eceba20017 in incubator-singa's branch
refs/heads/master from WANG Sheng
[ https://git-wip-us.apache.org/repos/asf?p=incubator-singa.git;h=7cdb22f ]
SINGA-111 Add slice, concate and split layers
remove dedicated conf fields (slice_conf, concate_conf, split_conf)
instead, use partition_dim, num_partitions in LayerProto for configuration
> Add slice, concate and split layers
> -----------------------------------
>
> Key: SINGA-111
> URL: https://issues.apache.org/jira/browse/SINGA-111
> Project: Singa
> Issue Type: Task
> Reporter: Sheng Wang
> Assignee: Sheng Wang
>
> To support model partition, connection layers are required to connect
> different partition of a neuralnet.
> We add three connection layers:
> 1. slice layer: connects to more than one destination layers to slice its
> feature blob along given dimension.
> 2. concate layer: connects more than one source layers to concatenate their
> feature blob along given dimension.
> 3. split layer: connects to more than one destination layers to replicate its
> feature blob.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)