Skip to content

Commit

Permalink
Merge pull request #1 from FluxML/master
Browse files Browse the repository at this point in the history
fix AdamW (#198)
  • Loading branch information
murrellb authored Dec 11, 2024
2 parents acbe8e3 + 669798c commit d358026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules.jl
Original file line number Diff line number Diff line change
Expand Up @@ -531,8 +531,8 @@ Implemented as an [`OptimiserChain`](@ref) of [`Adam`](@ref) and [`WeightDecay`]
struct AdamW{T1,T2,T3,T4} <: AbstractRule
eta::T1
beta::T2
epsilon::T3
lambda::T4
epsilon::T3
couple::Bool
end

Expand Down

0 comments on commit d358026

Please sign in to comment.