From 958c14d512670e5e2e563ef2af9311f5f40bd06f Mon Sep 17 00:00:00 2001 From: Joe Zhao Date: Mon, 6 Oct 2014 13:15:54 +0800 Subject: add virtual --- src/CuTNetLib/cuCompDisc.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/CuTNetLib/cuCompDisc.h') diff --git a/src/CuTNetLib/cuCompDisc.h b/src/CuTNetLib/cuCompDisc.h index 937b785..64139c2 100644 --- a/src/CuTNetLib/cuCompDisc.h +++ b/src/CuTNetLib/cuCompDisc.h @@ -40,7 +40,9 @@ namespace TNet { } } - + virtual void Propagate(); + virtual void Backpropagate(); + void Momentum(BaseFloat mmt) { mMomentum = mmt; -- cgit v1.2.3-70-g09d2