Pinned
1,340 contributions in the last year
Less
More
Contribution activity
August 2021
Created a pull request in FluxML/NNlib.jl that received 23 comments
Add faster tanh
implementation(s)

Advertisement
This proposes to add faster, lower-precision, versions of tanh
and friends. Motivation:
julia> @btime x * x setup=(x=randn(Float32,100,100)); 20.250 …
+100
−10
•
23
comments
Opened 9 other pull requests in 5 repositories
JuliaDiff/ChainRulesCore.jl
2
open
2
merged
FluxML/NNlib.jl
2
open
JuliaArrays/FillArrays.jl
1
merged
JuliaDiff/ChainRules.jl
1
merged
JuliaArrays/StaticArrays.jl
1
merged
Reviewed 27 pull requests in 7 repositories
JuliaDiff/ChainRules.jl
9 pull requests
JuliaDiff/ChainRulesCore.jl
6 pull requests
FluxML/Zygote.jl
3 pull requests
JuliaArrays/FillArrays.jl
3 pull requests
FluxML/Flux.jl
2 pull requests
FluxML/NNlib.jl
2 pull requests
JuliaLang/julia
2 pull requests
Created an issue in FluxML/Flux.jl that received 5 comments
Parallel
edge-cases
First, about vararg vs single-argument. I think this is the documented behaviour, using zip
, but how surprising is this? Is its early stopping a fe…
5
comments