- moved context awareness from Rbm to Layer
git-svn-id: http://moon:8086/svn/software/trunk/projects/Rbm@769 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
+1
-1
@@ -144,7 +144,7 @@ public:
|
||||
|
||||
arma::mat toHiddenProbs(const arma::mat &visible) const
|
||||
{
|
||||
return Rbm::prob(v_to_h(arma::join_rows(visible, m_ctx)));
|
||||
return Rbm::prob(v_to_h(visible));
|
||||
}
|
||||
|
||||
arma::mat toVisibleProbs(const arma::mat &hidden) const
|
||||
|
||||
Reference in New Issue
Block a user