You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/01/28 18:41:57 UTC

[GitHub] [incubator-mxnet] connorgoggins commented on issue #17454: IdentityAttachKLSparseReg - operator argument error

connorgoggins commented on issue #17454: IdentityAttachKLSparseReg - operator argument error
URL: https://github.com/apache/incubator-mxnet/issues/17454#issuecomment-579394853
 
 
   This is the definition of the operator's arguments:
   ```
   >>> mx.operator.get_operator_arguments("IdentityAttachKLSparseReg")
   OperatorArguments(narg=4, names=['data', 'sparseness_target', 'penalty', 'momentum'], types=['NDArray-or-Symbol', 'float, optional, default=0.100000001', 'float, optional, default=0.00100000005', 'float, optional, default=0.899999976'])
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services