diff options
author | Joe Zhao <ztuowen@gmail.com> | 2014-10-06 14:14:50 +0800 |
---|---|---|
committer | Joe Zhao <ztuowen@gmail.com> | 2014-10-06 14:14:50 +0800 |
commit | 2ac9dc15e0128651169391d67e63ecbba3a5ae1b (patch) | |
tree | 428d731a964ad61b1d73813d48f5aba2356eac86 | |
parent | 958c14d512670e5e2e563ef2af9311f5f40bd06f (diff) | |
download | tnet-2ac9dc15e0128651169391d67e63ecbba3a5ae1b.tar.gz tnet-2ac9dc15e0128651169391d67e63ecbba3a5ae1b.tar.bz2 tnet-2ac9dc15e0128651169391d67e63ecbba3a5ae1b.zip |
virtual 1
-rw-r--r-- | src/CuTNetLib/cuCompDisc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CuTNetLib/cuCompDisc.h b/src/CuTNetLib/cuCompDisc.h index 64139c2..d495680 100644 --- a/src/CuTNetLib/cuCompDisc.h +++ b/src/CuTNetLib/cuCompDisc.h @@ -40,8 +40,8 @@ namespace TNet { } } - virtual void Propagate(); - virtual void Backpropagate(); + //virtual void Propagate(); + //virtual void Backpropagate(); void Momentum(BaseFloat mmt) { |