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: [email protected] With regards, Apache Git Services
