You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mxnet.apache.org by "Lin Yuan (JIRA)" <ji...@apache.org> on 2018/06/25 22:13:00 UTC

[jira] [Created] (MXNET-569) As a user, I would like to be able to initialize parameter of SymbolBlock

Lin Yuan created MXNET-569:
------------------------------

             Summary: As a user, I would like to be able to initialize parameter of SymbolBlock
                 Key: MXNET-569
                 URL: https://issues.apache.org/jira/browse/MXNET-569
             Project: Apache MXNet
          Issue Type: New Feature
            Reporter: Lin Yuan


It looks like SymbolBlock will initializing all the parameters using the initializer given in the block.initialize() function, including bias, which cannot be initialized by Xavier.

Alought that [post|https://discuss.mxnet.io/t/initializing-parameters-of-symbolblock/1213] suggests a solution, and in addition, I think we should try to initialize the parameters if it was given in the symbol/json file.

e.g.
{{bias = mx.sym.Variable(name='conv_bias', shape=(num_filter,), init=mx.init.Zero())}}
or

{{{ "op": "null", "name": "conv_bias", "attrs": \{ "__init__": "[\"zero\", {}]", "__shape__": "(64,)" }, "inputs": [] }}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org