From 88b3f2a13fa3c01a684259e85ee8298e35f2ac09 Mon Sep 17 00:00:00 2001 From: Determinant Date: Sun, 8 May 2016 11:38:28 +0800 Subject: prepare for the replacement of `asr_trainer.lua` with `trainer.lua` --- nerv/layer/graph.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nerv/layer/graph.lua') diff --git a/nerv/layer/graph.lua b/nerv/layer/graph.lua index 5b5d4c7..f8462f7 100644 --- a/nerv/layer/graph.lua +++ b/nerv/layer/graph.lua @@ -17,7 +17,7 @@ local GraphLayer = nerv.class('nerv.GraphLayer', 'nerv.Layer') -- @param layer_conf a table providing with settings dedicated for the layer, -- the following fields should be specified: -- --- * `lrepo`: the layer repo that should be used to find the sub-level layers +-- * `layer_repo`: the layer repo that should be used to find the sub-level layers -- * `connections`: an array of 3-tuples describing the connections of -- sub-level layers, the structure is as follow: -- @@ -33,8 +33,8 @@ local GraphLayer = nerv.class('nerv.GraphLayer', 'nerv.Layer') -- -- [] -- where the `` is a string that identifies the layer in --- `lconf.lrepo`, and `` is the input or output port index when used --- in the first or second port specification respectively. +-- `layer_conf.layer_repo`, and `` is the input or output port index +-- when used in the first or second port specification respectively. -- -- The third element in the tuple is an integer specifying the time delay of -- this connection. In most cases, it will be simply zero. But for an -- cgit v1.2.3