You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@singa.apache.org by "ZHAOJING (JIRA)" <ji...@apache.org> on 2016/06/25 11:59:37 UTC

[jira] [Created] (SINGA-206) Error when configuring shared filed in RBM model

ZHAOJING created SINGA-206:
------------------------------

             Summary: Error when configuring shared filed in RBM model
                 Key: SINGA-206
                 URL: https://issues.apache.org/jira/browse/SINGA-206
             Project: Singa
          Issue Type: Bug
            Reporter: ZHAOJING


(1) When Singa runs, it will assign the parameters a new name like
"w1" -> "0#w1", "w2" -> "0#w2", "w3" -> "0#w3", "w4" -> "0#w4".

We should modify all the "shared from" filed like
share_from: "w1" -> share_from: "0#w1"
share_from: "w2" -> share_from: "0#w2"
share_from: "w3" -> share_from: "0#w3"
share_from: "w4" -> share_from: "0#w4".

(2) When a parameter is shared from another parameter, we should also add initialization method for it.



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