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)