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 2019/07/09 14:26:48 UTC

[GitHub] [incubator-mxnet] zixuanweeei opened a new pull request #15497: Independent gradients requests check with respect to weights and bias of convolution

zixuanweeei opened a new pull request #15497: Independent gradients requests check with respect to weights and bias of convolution
URL: https://github.com/apache/incubator-mxnet/pull/15497
 
 
   ## Description ##
   As it was described in #15464, MXNet with MKL-DNN gives a wrong gradient of a convolution with respect to its biases unless the gradient with respect to its weights is also requested. It should be checked independently.
   
   ## Checklist ##
   ### Changes ###
   - [x] Independently check the requests for gradients with respect to weights and bias of convolution.
   - [x] Convolution can give the gradient with respect to any one of weights or bias.
   
   ## Comments ##
   - No comments.

----------------------------------------------------------------
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