- use all-at-onec (v+c) method
git-svn-id: http://moon:8086/svn/software/trunk/projects/Rbm@759 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
@@ -311,7 +311,7 @@ arma::mat RbmComponent::getConvolutedWeight(arma::mat const &w)
|
||||
}
|
||||
void RbmComponent::redrawWeights()
|
||||
{
|
||||
DrawWeights->getData() = getConvolutedWeight(w().col(m_currWeightIndexToDraw));
|
||||
DrawWeights->getData() = getConvolutedWeight(whv().col(m_currWeightIndexToDraw));
|
||||
DrawWeights->DrawData();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user