Skip to content

Commit 4edc2ac

Browse files
fix LSTM docstring
1 parent e9fbfa0 commit 4edc2ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layers/recurrent.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ Base.show(io::IO, m::LSTMCell) =
294294
print(io, "LSTMCell(", size(m.Wi, 2), " => ", size(m.Wi, 1) ÷ 4, ")")
295295

296296

297-
@doc raw""""
297+
@doc raw"""
298298
LSTM(in => out; init_kernel = glorot_uniform,
299299
init_recurrent_kernel = glorot_uniform, bias = true)
300300

0 commit comments

Comments
 (0)