ptrendx commented on issue #16979: [Bugfix] [Numpy] Add `kAddTo` and kNullOp to Transpose URL: https://github.com/apache/incubator-mxnet/pull/16979#issuecomment-569739627 @TaoLv just transpose the weight before using it (e.g. take nchw weight, transpose and use in nhwc convolution), and set grad_req as 'add' in simple_bind (gluon example would be pretty similar).
---------------------------------------------------------------- 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
