-
Notifications
You must be signed in to change notification settings - Fork 6.8k
[MXNET-1095] [WIP] Support higher order gradient for cos,sin,negative,mul #12821
Conversation
Need to benchmark the performance though. (I feel that the performance should be similar.) |
@mxnet-label-bot [pr-work-in-progress, Operator] |
@sxjscience Thanks for the contribution! |
@sxjscience pinging for update on this PR :) |
@sxjscience ping again |
I'll continue working on it next week. |
@sxjscience Thanks for the contribution, do you have any documentations to link? It will help othert contributors adding more operators. Thanks! |
@apeforest - FYI |
@sxjscience any plan to work on this? Thanks |
I’m working on a paper these days. May find some time when the paper is submitted.
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: Jake Lee <[email protected]>
Sent: Wednesday, January 16, 2019 6:56 AM
To: apache/incubator-mxnet
Cc: Xingjian SHI; Mention
Subject: Re: [apache/incubator-mxnet] [MXNET-1095] [WIP] Support higher order gradient for cos,sin,negative,mul (#12821)
@sxjscience<https://github.com/sxjscience> any plan to work on this? Thanks
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#12821 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AE8D7rQWMq3OwgLo35mWD90CpdcLNwQXks5vDlyWgaJpZM4XbAw2>.
|
@sxjscience Any updates? Are you still planning to continue to work on this PR? |
No. @apeforest will continue working on that.
…________________________________
From: pinaraws <[email protected]>
Sent: Tuesday, March 19, 2019 11:22:37 PM
To: apache/incubator-mxnet
Cc: Xingjian SHI; Mention
Subject: Re: [apache/incubator-mxnet] [MXNET-1095] [WIP] Support higher order gradient for cos,sin,negative,mul (#12821)
@sxjscience<https://github.com/sxjscience> Any updates? Are you still planning to continue to work on this PR?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#12821 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AE8D7pXnwrd7NhBBb694M3ehj9DmwdsJks5vYXE9gaJpZM4XbAw2>.
|
@sxjscience Can this PR be closed if the work is being followed up in another PR by @apeforest as commented above ? |
Yes, it can be closed.
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: Piyush Ghai <[email protected]>
Sent: Tuesday, April 9, 2019 8:25:49 AM
To: apache/incubator-mxnet
Cc: Xingjian SHI; Mention
Subject: Re: [apache/incubator-mxnet] [MXNET-1095] [WIP] Support higher order gradient for cos,sin,negative,mul (#12821)
@sxjscience<https://github.com/sxjscience> Can this PR be closed if the work is being followed up in another PR by @apeforest<https://github.com/apeforest> as commented above ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#12821 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AE8D7krU7VMtmzOIs2NoukTKyiA3lDqDks5ve94NgaJpZM4XbAw2>.
|
Description
For context, please refer #10002
Support higher order gradient for cos, sin, negative, mul. I'll add the test later. For now, you may use the following code to test the correctness:
Checklist
Essentials
Please feel free to remove inapplicable items for your PR.
Changes
Comments