- moved Rbm:prob() to Matutils::prob()
- Matutils::Normalize uses prob()
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
#include "RnnComponentLayer.hpp"
|
||||
|
||||
#include "matutils.hpp"
|
||||
|
||||
|
||||
//==============================================================================
|
||||
@@ -302,7 +302,7 @@ void RnnComponentLayer::onDownPass(const arma::mat& h) const
|
||||
DrawHidden->getData() = h;
|
||||
DrawHidden->DrawData();
|
||||
|
||||
arma::mat r = prob(h_to_v(h));
|
||||
arma::mat r = Matutils::prob(h_to_v(h));
|
||||
reconstRedraw(r);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user