Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,707 contributions in the last year
Activity overview
Contributed to
MikeInnes/Mjolnir.jl,
FluxML/Zygote.jl,
MikeInnes/IRTools.jl
and 5 other
repositories
Contribution activity
June 2020
- MikeInnes/Latexify.jl Julia
- MikeInnes/tokei Rust
Created a pull request in FluxML/Zygote.jl that received 9 comments
Respect linearity when accumulating implicit params
All gradients need to be linear, i.e. consumed only once. Previously we allowed gradients to be consumed by the accum_param (tracking gradients of …
+23
−13
•
9
comments
Created an issue in JuliaDiff/ChainRules.jl that received 3 comments
SVD is broken in Zygote
e.g.
gradient(x -> sum(svd(x).S), rand(10,10))
fails due to Zygote's NamedTuples not being supported by the rrule for this function.
Would be nice …
3
comments
32
contributions
in private repositories
Jun 8 – Jun 26