summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/CuTNetLib/cuNetwork.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CuTNetLib/cuNetwork.h b/src/CuTNetLib/cuNetwork.h
index 05e0ecb..fcf4893 100644
--- a/src/CuTNetLib/cuNetwork.h
+++ b/src/CuTNetLib/cuNetwork.h
@@ -197,6 +197,7 @@ namespace TNet {
rComp.Update();
}
}
+ std::cout<<"tick"<<std::flush;
//stop backprop if no updatable components precede current component
if(mpPropagErrorStopper == *it) break;
}