DuCheng2018 opened a new issue #12434: Problem in mx.sym.Deconvolution() URL: https://github.com/apache/incubator-mxnet/issues/12434 This is the function in DOC: mxnet.symbol.Deconvolution(data=None, weight=None, bias=None, kernel=_Null, stride=_Null, dilate=_Null, pad=_Null, adj=_Null, target_shape=_Null, num_filter=_Null, num_group=_Null, workspace=_Null, no_bias=_Null, cudnn_tune=_Null, cudnn_off=_Null, layout=_Null, name=None, attr=None, out=None, **kwargs) There is bias augment, but when I add bias in my code, I get following error: mxnet.base.MXNetError: [14:57:26] c:\jenkins\workspace\mxnet-tag\mxnet\3rdparty\nnvm\src\core\symbolic.cc:72: Symbol.ComposeKeyword argument name bias not found. Candidate arguments: [0]data [1]weight
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
