- AStack:Load show mean and stddev

This commit is contained in:
2024-01-31 12:20:15 +01:00
parent e211c568ac
commit 2a2be76b2c
5 changed files with 20 additions and 9 deletions
+1 -1
View File
@@ -302,7 +302,7 @@ void RnnComponentLayer::onDownPass(const arma::mat& h) const
DrawHidden->getData() = h;
DrawHidden->DrawData();
arma::mat r = Matutils::prob(h_to_v(h));
arma::mat r = toVisibleProbs(h);
reconstRedraw(r);
}