From 65fdf7d0ffa877941cc00ed289af7d4902cdb465 Mon Sep 17 00:00:00 2001 From: Joe Zhao Date: Wed, 8 Oct 2014 16:40:15 +0800 Subject: add getin & get out+++ --- src/CuTNetLib/cuMisc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CuTNetLib/cuMisc.h b/src/CuTNetLib/cuMisc.h index f208a20..207b210 100644 --- a/src/CuTNetLib/cuMisc.h +++ b/src/CuTNetLib/cuMisc.h @@ -345,7 +345,7 @@ namespace TNet { void Backpropagate() { int loc=0; - mErrorOutput.Init(GetErrorInput.Rows(),GetNInputs()); + mErrorOutput.Init(GetErrorInput().Rows(),GetNInputs()); for (int i=0;i