diff options
author | Joe Zhao <ztuowen@gmail.com> | 2014-10-07 14:49:33 +0800 |
---|---|---|
committer | Joe Zhao <ztuowen@gmail.com> | 2014-10-07 14:49:33 +0800 |
commit | be9b20e009c5f148074241ae216f1eb0aa46b1b4 (patch) | |
tree | a19a32602f84522b73945dfb354439f46dc24ea5 | |
parent | 023c5fbd2e888845fed0bfd2d79e7f934904cc1a (diff) | |
download | tnet-be9b20e009c5f148074241ae216f1eb0aa46b1b4.tar.gz tnet-be9b20e009c5f148074241ae216f1eb0aa46b1b4.tar.bz2 tnet-be9b20e009c5f148074241ae216f1eb0aa46b1b4.zip |
output 1+
-rw-r--r-- | src/CuTNetLib/cuCompDisc.h | 1 |
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); } |