[GitHub] [incubator-mxnet] apeforest commented on issue #14613: [MXNET-978] Higher order gradient support for some unary operators

2019-06-05 Thread GitBox
apeforest commented on issue #14613: [MXNET-978] Higher order gradient support 
for some unary operators
URL: https://github.com/apache/incubator-mxnet/pull/14613#issuecomment-499198547
 
 
   Ping @aidan-plenert-macdonald for review


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-mxnet] apeforest commented on issue #14613: [MXNET-978] Higher order gradient support for some unary operators

2019-06-05 Thread GitBox
apeforest commented on issue #14613: [MXNET-978] Higher order gradient support 
for some unary operators
URL: https://github.com/apache/incubator-mxnet/pull/14613#issuecomment-499172139
 
 
   @kshitij12345 I updated the test locally and it also fails with sin(x) and 
cos(x) as well with the same reason of log(x). I have not pushed it to the 
remote because it then requires your PR for log(x) merged first. Otherwise the 
test will always fail. Still trying to understand what's the meaning of 
head_grads.grad here.


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-mxnet] apeforest commented on issue #14613: [MXNET-978] Higher order gradient support for some unary operators

2019-06-04 Thread GitBox
apeforest commented on issue #14613: [MXNET-978] Higher order gradient support 
for some unary operators
URL: https://github.com/apache/incubator-mxnet/pull/14613#issuecomment-498758177
 
 
   @kshitij12345 could you please take a look at the PR again. Thanks


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-mxnet] apeforest commented on issue #14613: [MXNET-978] Higher order gradient support for some unary operators

2019-06-03 Thread GitBox
apeforest commented on issue #14613: [MXNET-978] Higher order gradient support 
for some unary operators
URL: https://github.com/apache/incubator-mxnet/pull/14613#issuecomment-498452822
 
 
   @kshitij12345 Thanks for catching this bug. I have updated my sin and cos 
implementation with comments to help better understanding the mathematics 
behind second order gradient calculation. Please help to review again. 


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-mxnet] apeforest commented on issue #14613: [MXNET-978] Higher order gradient support for some unary operators

2019-05-31 Thread GitBox
apeforest commented on issue #14613: [MXNET-978] Higher order gradient support 
for some unary operators
URL: https://github.com/apache/incubator-mxnet/pull/14613#issuecomment-497871429
 
 
   @kshitij12345 gentle ping again :) please approve it there is no other 
concern. thanks


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-mxnet] apeforest commented on issue #14613: [MXNET-978] Higher order gradient support for some unary operators

2019-05-31 Thread GitBox
apeforest commented on issue #14613: [MXNET-978] Higher order gradient support 
for some unary operators
URL: https://github.com/apache/incubator-mxnet/pull/14613#issuecomment-497701765
 
 
   @kshitij12345 @sxjscience @anirudhacharya  friendly ping for final review 
please:)


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-mxnet] apeforest commented on issue #14613: [MXNET-978] Higher order gradient support for some unary operators

2019-05-30 Thread GitBox
apeforest commented on issue #14613: [MXNET-978] Higher order gradient support 
for some unary operators
URL: https://github.com/apache/incubator-mxnet/pull/14613#issuecomment-497483607
 
 
   @kshitij12345 Change to list initialization as suggested. Thanks


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-mxnet] apeforest commented on issue #14613: [MXNET-978] Higher order gradient support for some unary operators

2019-05-30 Thread GitBox
apeforest commented on issue #14613: [MXNET-978] Higher order gradient support 
for some unary operators
URL: https://github.com/apache/incubator-mxnet/pull/14613#issuecomment-497416158
 
 
   @kshitij12345 Please help to review.


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-mxnet] apeforest commented on issue #14613: [MXNET-978] Higher order gradient support for some unary operators

2019-05-30 Thread GitBox
apeforest commented on issue #14613: [MXNET-978] Higher order gradient support 
for some unary operators
URL: https://github.com/apache/incubator-mxnet/pull/14613#issuecomment-497414890
 
 
   @anirudhacharya added random_arrays as suggested. Please review again. Thanks


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-mxnet] apeforest commented on issue #14613: [MXNET-978] Higher order gradient support for some unary operators

2019-05-30 Thread GitBox
apeforest commented on issue #14613: [MXNET-978] Higher order gradient support 
for some unary operators
URL: https://github.com/apache/incubator-mxnet/pull/14613#issuecomment-497414573
 
 
   @sxjscience After discussing with @kshitij12345, we think it will cause less 
impact to exist first order gradient by adding a `FGradient` attribute to the 
backward operator. Please see 
https://github.com/apache/incubator-mxnet/pull/14992
   
   Therefore I also refactored change in this PR. Now it passed all CI unit 
tests. Please review again. Thanks!


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-mxnet] apeforest commented on issue #14613: [MXNET-978] Higher order gradient support for some unary operators

2019-04-05 Thread GitBox
apeforest commented on issue #14613: [MXNET-978] Higher order gradient support 
for some unary operators
URL: https://github.com/apache/incubator-mxnet/pull/14613#issuecomment-480354258
 
 
   @sxjscience Please help to review


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:
us...@infra.apache.org


With regards,
Apache Git Services