You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@singa.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/12/09 12:03:11 UTC

[jira] [Commented] (SINGA-110) Change type of Layer member data_ from Blob to vector

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

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

Commit e8d01dca8b48d0fd4e9870747b0600b961689981 in incubator-singa's branch refs/heads/master from [~zhaojing]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-singa.git;h=e8d01dc ]

SINGA-110 Add Layer member datavec_ and gradvec_

* add new member datavec_ and gradvec_, type vector<Blob<float>*>
* update Blob<float>& data(const Layer* from) function and Blob<float>* mutable_data(const Layer* from) in layer.h
* in RBM.cc, add pos_data_ and pos_sample_ to make the program easier for reading
* in RBM.cc, pos_data_, pos_sample_, neg_data_, neg_sample_ will be pushed to datavec_


> Change type of Layer member data_ from Blob to vector<Blob>
> -----------------------------------------------------------
>
>                 Key: SINGA-110
>                 URL: https://issues.apache.org/jira/browse/SINGA-110
>             Project: Singa
>          Issue Type: New Feature
>            Reporter: ZHAOJING
>
> Change data type of data_ member from blob to blob vector
> * update Blob<float>& data(const Layer* from) function and Blob<float>* mutable_data(const Layer* from) in layer.h
> * update data_, data() function and mutable_data() function in every layer.cc



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