From dcfeb9219ce7c8c7044e61ed92efdec614233268 Mon Sep 17 00:00:00 2001 From: Joe Zhao Date: Wed, 8 Oct 2014 00:35:24 +0800 Subject: output 2 --- src/CuTNetLib/cuComponent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CuTNetLib/cuComponent.h b/src/CuTNetLib/cuComponent.h index 8d0d810..71e51aa 100644 --- a/src/CuTNetLib/cuComponent.h +++ b/src/CuTNetLib/cuComponent.h @@ -156,7 +156,7 @@ namespace TNet { //do the dimensionality test if(GetNInputs() != GetInput().Cols()) { KALDI_ERR << "Non-matching INPUT dim!!! Network dim: " << GetNInputs() - << " Data dim: " << GetInput().Cols(); + << " Data dim: " << GetInput().Cols() << GetName(); } //run transform PropagateF(GetInput(),mOutput); -- cgit v1.2.3-70-g09d2