aboutsummaryrefslogtreecommitdiff
path: root/nerv/nn/network.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nerv/nn/network.lua')
-rw-r--r--nerv/nn/network.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/nerv/nn/network.lua b/nerv/nn/network.lua
index 19fa9d3..5a6abb6 100644
--- a/nerv/nn/network.lua
+++ b/nerv/nn/network.lua
@@ -511,7 +511,8 @@ end
-- * `output`: similar to `input`, but the matrices have different number of
-- columns (depending on the width of the output, which is typically 1 for
-- criteria, i.e. single column indicating the error), used to hold the output of the network
--- * `seq_length` : a table containing the length (number of frames) of each sequence (utterance)
+-- * `seq_length` : a table containing the length (number of frames) of each
+-- sequence (utterance)
-- * `new_seq`: a table containing the indices of batch matrix rows that are the
-- first frames of a sequence
-- * `do_train`: a bool value indicating whether to update the network