summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Zhao <ztuowen@gmail.com>2014-10-07 14:49:33 +0800
committerJoe Zhao <ztuowen@gmail.com>2014-10-07 14:49:33 +0800
commitbe9b20e009c5f148074241ae216f1eb0aa46b1b4 (patch)
treea19a32602f84522b73945dfb354439f46dc24ea5
parent023c5fbd2e888845fed0bfd2d79e7f934904cc1a (diff)
downloadtnet-be9b20e009c5f148074241ae216f1eb0aa46b1b4.tar.gz
tnet-be9b20e009c5f148074241ae216f1eb0aa46b1b4.tar.bz2
tnet-be9b20e009c5f148074241ae216f1eb0aa46b1b4.zip
output 1+
-rw-r--r--src/CuTNetLib/cuCompDisc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CuTNetLib/cuCompDisc.h b/src/CuTNetLib/cuCompDisc.h
index 50a7b8d..b6876c8 100644
--- a/src/CuTNetLib/cuCompDisc.h
+++ b/src/CuTNetLib/cuCompDisc.h
@@ -160,7 +160,6 @@ namespace TNet {
const CuMatrix<BaseFloat>& GetErrorOutput(int pos=0)
{
CuComponent* pComp=FindInput(pos);
- printf("pos: %d\n",pos);
return pComp->GetErrorOutput(pos);
}