From ae0455517a57159fb5d05c9b5a0e2531f78ebc93 Mon Sep 17 00:00:00 2001 From: Marco Date: Mon, 10 Feb 2020 00:03:11 -0800 Subject: [PATCH] Remove outdated reference to truncate! --- src/layers/recurrent.jl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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