Remove outdated reference to truncate!
This commit is contained in:
parent
60043fa2aa
commit
ae0455517a
|
@ -45,8 +45,7 @@ Base.show(io::IO, m::Recur) = print(io, "Recur(", m.cell, ")")
|
||||||
"""
|
"""
|
||||||
reset!(rnn)
|
reset!(rnn)
|
||||||
|
|
||||||
Reset the hidden state of a recurrent layer back to its original value. See also
|
Reset the hidden state of a recurrent layer back to its original value.
|
||||||
`truncate!`.
|
|
||||||
|
|
||||||
Assuming you have a `Recur` layer `rnn`, this is roughly equivalent to
|
Assuming you have a `Recur` layer `rnn`, this is roughly equivalent to
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue