Merge #1032
1032: Remove outdated reference to truncate! r=dhairyagandhi96 a=mcognetta Co-authored-by: Marco <mcognetta@users.noreply.github.com>
This commit is contained in:
commit
fe85a38d78
@ -45,8 +45,7 @@ Base.show(io::IO, m::Recur) = print(io, "Recur(", m.cell, ")")
|
||||
"""
|
||||
reset!(rnn)
|
||||
|
||||
Reset the hidden state of a recurrent layer back to its original value. See also
|
||||
`truncate!`.
|
||||
Reset the hidden state of a recurrent layer back to its original value.
|
||||
|
||||
Assuming you have a `Recur` layer `rnn`, this is roughly equivalent to
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user