diff options
Diffstat (limited to 'nerv/layer/graph.lua')
-rw-r--r-- | nerv/layer/graph.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nerv/layer/graph.lua b/nerv/layer/graph.lua index 5f42fca..68d5f51 100644 --- a/nerv/layer/graph.lua +++ b/nerv/layer/graph.lua @@ -112,7 +112,7 @@ function GraphLayer:graph_init(layer_repo, connections) end for i = 1, #ref.dim_out do if ref.outputs[i] == nil then - nerv.error('dangling output port %d os layer %s', i, id) + nerv.error('dangling output port %d of layer %s', i, id) end end end |