Skip to content

Commit 31a9950

Browse files
authored
Tweak deprecation comment
1 parent 65add3f commit 31a9950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deprecations.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ LSTMCell(in::Integer, out::Integer; kw...) = LSTMCell(in => out; kw...)
7272
GRUCell(in::Integer, out::Integer; kw...) = GRUCell(in => out; kw...)
7373
GRUv3Cell(in::Integer, out::Integer; kw...) = GRUv3Cell(in => out; kw...)
7474

75-
# Deprecate Optimisers with old naming convention
75+
# Optimisers with old naming convention
7676
@deprecate ADAM Adam
7777
@deprecate NADAM NAdam
7878
@deprecate ADAMW AdamW

0 commit comments

Comments
 (0)