diff options
author | Joe Zhao <ztuowen@gmail.com> | 2014-10-06 22:03:59 +0800 |
---|---|---|
committer | Joe Zhao <ztuowen@gmail.com> | 2014-10-06 22:03:59 +0800 |
commit | 125a2cfefea9cbe8d3fbfae0baa918b1898f7c7a (patch) | |
tree | 80fb359733100c27ea463f006c22b193075e52f4 /src | |
parent | ec224077abe64296d1f999d6c5e3d8ee9d674af7 (diff) | |
download | tnet-125a2cfefea9cbe8d3fbfae0baa918b1898f7c7a.tar.gz tnet-125a2cfefea9cbe8d3fbfae0baa918b1898f7c7a.tar.bz2 tnet-125a2cfefea9cbe8d3fbfae0baa918b1898f7c7a.zip |
Virtual 9+++++++++++
Diffstat (limited to 'src')
-rw-r--r-- | src/CuTNetLib/cuBiasedLinearity.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CuTNetLib/cuBiasedLinearity.cc b/src/CuTNetLib/cuBiasedLinearity.cc index 48c9c45..126c3db 100644 --- a/src/CuTNetLib/cuBiasedLinearity.cc +++ b/src/CuTNetLib/cuBiasedLinearity.cc @@ -21,7 +21,7 @@ namespace TNet BackpropagateFnc(const CuMatrix<BaseFloat>& X, CuMatrix<BaseFloat>& Y) { //Y.SetConst(0.0); - std::cout<<UID<<":"<<mLinearity.Rows()<<"\t"<<mLinearity.Cols()<<endl; + std::cout<<UID<<":"<<mLinearity.Rows()<<"\t"<<mLinearity.Cols()<<std::endl; Y.Gemm('N', 'T', 1.0, X, mLinearity, 0.0); } |