relaxli00 opened a new issue #17064: c++ inconsistent default setting for deconvolution with no_bias being true URL: https://github.com/apache/incubator-mxnet/issues/17064 C++ symbol Deconvolution has no_bias being set to true by default, but still with the bias in the input arguments list. This will cause the direct calling failure. To be consistent, no_bias argument should be set to false by default (as it does in Convolution symbol). To use Deconvolution with no_bias as true, one need override the original symbol with bias argument removed.
---------------------------------------------------------------- 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
