From 5d53ce7bd24169a2bf8ca585fe48f4bee603e5d7 Mon Sep 17 00:00:00 2001 From: Determinant Date: Wed, 10 Jun 2015 20:47:27 +0800 Subject: ... --- examples/test_dnn_layers.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/test_dnn_layers.lua b/examples/test_dnn_layers.lua index f306807..bf81f7b 100644 --- a/examples/test_dnn_layers.lua +++ b/examples/test_dnn_layers.lua @@ -36,8 +36,8 @@ output1 = {nerv.CuMatrixFloat(10, 2048)} input2 = output1 output2 = {nerv.CuMatrixFloat(10, 2048)} input3 = {output2[1], label} -output3 = nil -err_input1 = nil +output3 = {} +err_input1 = {} err_output1 = {nerv.CuMatrixFloat(10, 2048)} err_input2 = err_output1 err_output2 = {nerv.CuMatrixFloat(10, 2048)} -- cgit v1.2.3