Skip to content

Commit fe85a38

Browse files
bors[bot]mcognetta
andauthored
Merge #1032
1032: Remove outdated reference to truncate! r=dhairyagandhi96 a=mcognetta Co-authored-by: Marco <[email protected]>
2 parents 60043fa + ae04555 commit fe85a38

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/layers/recurrent.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ Base.show(io::IO, m::Recur) = print(io, "Recur(", m.cell, ")")
4545
"""
4646
reset!(rnn)
4747
48-
Reset the hidden state of a recurrent layer back to its original value. See also
49-
`truncate!`.
48+
Reset the hidden state of a recurrent layer back to its original value.
5049
5150
Assuming you have a `Recur` layer `rnn`, this is roughly equivalent to
5251

0 commit comments

Comments
 (0)