[
https://issues.apache.org/jira/browse/SINGA-14?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14589339#comment-14589339
]
ASF subversion and git services commented on SINGA-14:
------------------------------------------------------
Commit ceaa962e5e2354a874e267ed1ee761cf784f245b in incubator-singa's branch
refs/heads/master from [~zhaojing]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-singa.git;h=ceaa962 ]
SINGA-14 Update layer API to be general for training different models
Replace the boolean type variable "training" in ComputeFeature function (and
other functions) with Phase type
variable "phase". This update is to support the training of different models,
e.g., RBM, and feed forward models
like CNN. Phase can be kTrain (for training phase), kTest (for test phase),
kPositive (for positive phase of the contrastive divergence algorithm), etc.
> Update layer API to be general for training different models
> ------------------------------------------------------------
>
> Key: SINGA-14
> URL: https://issues.apache.org/jira/browse/SINGA-14
> Project: Singa
> Issue Type: Improvement
> Reporter: ZHAOJING
> Assignee: ZHAOJING
>
> Replace the boolean type variable "training" in ComputeFeature function (and
> other functions) with Phase type variable "phase". This update is to support
> the training of different models, e.g., RBM, and feed forward models like
> CNN. Phase can be kTrain (for training phase), kTest (for test phase),
> kPositive (for positive phase of the contrastive divergence algorithm), etc.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)