diff options
author | Joe Zhao <ztuowen@gmail.com> | 2014-10-06 22:10:03 +0800 |
---|---|---|
committer | Joe Zhao <ztuowen@gmail.com> | 2014-10-06 22:10:03 +0800 |
commit | d368b54f516cf81e25b1ac77c36974bf3c4f462a (patch) | |
tree | 693c4d75c3fbd026a3aac8fb44ffe7f621e9e140 /src/CuTNetLib/cuBiasedLinearity.cc | |
parent | edfb2d6a667b8796363e76a48c77f6032f1e1a4c (diff) | |
download | tnet-d368b54f516cf81e25b1ac77c36974bf3c4f462a.tar.gz tnet-d368b54f516cf81e25b1ac77c36974bf3c4f462a.tar.bz2 tnet-d368b54f516cf81e25b1ac77c36974bf3c4f462a.zip |
Virtual 9++++++++++++++
Diffstat (limited to 'src/CuTNetLib/cuBiasedLinearity.cc')
-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 126c3db..830e03e 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()<<std::endl; + std::cout<<mLinearity.Rows()<<"\t"<<mLinearity.Cols()<<std::endl; Y.Gemm('N', 'T', 1.0, X, mLinearity, 0.0); } |