Remove outdated reference to truncate!

This commit is contained in:
Marco 2020-02-10 00:03:11 -08:00 committed by GitHub
parent 60043fa2aa
commit ae0455517a
1 changed files with 1 additions and 2 deletions

View File

@ -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