- AStack:Load show mean and stddev
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user