[
https://issues.apache.org/jira/browse/SINGA-14?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14589340#comment-14589340
]
ASF subversion and git services commented on SINGA-14:
------------------------------------------------------
Commit 9d07f3c1b5822dae1a933c328759ec313786d725 in incubator-singa's branch
refs/heads/master from wang wei
[ https://git-wip-us.apache.org/repos/asf?p=incubator-singa.git;h=9d07f3c ]
SINGA-14 Update layer API to be general for training different models
Merge branch 'update-layerapi'
> 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)