Skip to content

Commit

Permalink
fix LSTM docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello authored Dec 7, 2024
1 parent e9fbfa0 commit 4edc2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layers/recurrent.jl
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ Base.show(io::IO, m::LSTMCell) =
print(io, "LSTMCell(", size(m.Wi, 2), " => ", size(m.Wi, 1) ÷ 4, ")")


@doc raw""""
@doc raw"""
LSTM(in => out; init_kernel = glorot_uniform,
init_recurrent_kernel = glorot_uniform, bias = true)
Expand Down

0 comments on commit 4edc2ac

Please sign in to comment.