diff --git a/src/layers/recurrent.jl b/src/layers/recurrent.jl index 499a21ab..647dda25 100644 --- a/src/layers/recurrent.jl +++ b/src/layers/recurrent.jl @@ -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