From 75d91ffc50cfa9c3351241f0ff4b1ccb1d01e7c5 Mon Sep 17 00:00:00 2001 From: Joe Zhao Date: Tue, 7 Oct 2014 15:52:14 +0800 Subject: output 1++ --- src/CuTNetLib/cuCompDisc.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/CuTNetLib/cuCompDisc.cc b/src/CuTNetLib/cuCompDisc.cc index e1dfef2..57b2b79 100644 --- a/src/CuTNetLib/cuCompDisc.cc +++ b/src/CuTNetLib/cuCompDisc.cc @@ -4,6 +4,7 @@ #include "Error.h" +#include namespace TNet { @@ -112,6 +113,7 @@ namespace TNet CuCompound:: BackpropagateF(const CuMatrix& X, CuMatrix& Y) { + printf("BP+\n"); int iLoc=0,oLoc=0; CuMatrix In; CuMatrix Out; @@ -123,6 +125,7 @@ namespace TNet iLoc+=mBlocks[i]->GetNOutputs(); oLoc+=mBlocks[i]->GetNInputs(); } + printf("BP-\n"); } void -- cgit v1.2.3-70-g09d2