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/06/28 21:32:10 UTC

[GitHub] [incubator-mxnet] sxjscience commented on issue #14779: Fully connected, higher order grad

sxjscience commented on issue #14779: Fully connected, higher order grad
URL: https://github.com/apache/incubator-mxnet/pull/14779#issuecomment-506883467
 
 
   @larroy You may also refer to Line-7 of Algorithm 1 in https://arxiv.org/pdf/1704.00028.pdf . When implementing the gradient penalty, we should compute something like:
   
   ![](https://latex.codecogs.com/png.download?%5Cnabla_wg%5Cleft%28%5Cnabla_x%20l%28x%2C%20w%29%5Cright%29)

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