-
-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move a bunch of no_grad to ChainRules #780
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Just needs patch bump.
Lets see if Bors can retry those test. bors r+ |
780: Move a bunch of no_grad to ChainRules r=oxinabox a=oxinabox this is the partner to JuliaDiff/ChainRules.jl#252 It will fail til that is merged and tagged What is left is: - Types (because JuliaDiff/ChainRulesCore.jl#213) (e.g. `Colon`, `OneTo` `Channel`) - Things to which the derivative is `Zero()` not `DoesNotExist()` (e.g. `one`, `ones`, `zero`, `zeros`) - Things that felt too magic: e.g. `Base.eval` Should I bump patch version and tag a release? Co-authored-by: Lyndon White <[email protected]> Co-authored-by: Lyndon White <[email protected]>
Build failed: |
@bors r+ |
Should be good now that we release 0.7.17 bors r+ |
Build succeeded: |
Who's a good bot? @JuliaRegistrator register |
Comments on pull requests will not trigger Registrator, as it is disabled. Please try commenting on a commit or issue. |
788: fix for rrules with kwargs and multiple zero partials r=willtebbutt a=oxinabox This fixes JuliaDiff/ChainRulesCore.jl#216 correcting a bug I introduced in #780 cc @devmotion (I have confirmed that the second test that uses the kwargs fails on Zygore#master Co-authored-by: Lyndon White <[email protected]>
this is the partner to JuliaDiff/ChainRules.jl#252
It will fail til that is merged and tagged
What is left is:
Colon
,OneTo
Channel
)Zero()
notDoesNotExist()
(e.g.one
,ones
,zero
,zeros
)Base.eval
Should I bump patch version and tag a release?