Skip to content

Commit 669798c

Browse files
fix AdamW (#198)
1 parent 9928588 commit 669798c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,8 +531,8 @@ Implemented as an [`OptimiserChain`](@ref) of [`Adam`](@ref) and [`WeightDecay`]
531531
struct AdamW{T1,T2,T3,T4} <: AbstractRule
532532
eta::T1
533533
beta::T2
534-
epsilon::T3
535534
lambda::T4
535+
epsilon::T3
536536
couple::Bool
537537
end
538538

0 commit comments

Comments
 (0)