summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Zhao <ztuowen@gmail.com>2014-10-06 20:18:19 +0800
committerJoe Zhao <ztuowen@gmail.com>2014-10-06 20:18:19 +0800
commita888c227c93b46ee20034536a25046775917f116 (patch)
tree7b8634686d17fc426a0f54b0979f5c2ba9ceff25
parent6c7d20bb1767d91f5849722201b7fe3e360b4670 (diff)
downloadtnet-a888c227c93b46ee20034536a25046775917f116.tar.gz
tnet-a888c227c93b46ee20034536a25046775917f116.tar.bz2
tnet-a888c227c93b46ee20034536a25046775917f116.zip
Virtual 9++
-rw-r--r--src/CuTNetLib/cuCompDisc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/CuTNetLib/cuCompDisc.h b/src/CuTNetLib/cuCompDisc.h
index d495680..8033db0 100644
--- a/src/CuTNetLib/cuCompDisc.h
+++ b/src/CuTNetLib/cuCompDisc.h
@@ -9,7 +9,7 @@
#include "Matrix.h"
#include "Vector.h"
#include "Error.h"
-
+#include <stdio.h>
namespace TNet {
@@ -161,6 +161,7 @@ namespace TNet {
const CuMatrix<BaseFloat>& GetErrorOutput(int pos=0)
{
CuComponent* pComp=FindInput(pos);
+ printf("pos: %d\n",pos);
return pComp->GetErrorOutput(pos);
}