- fixed ambigious overload
git-svn-id: http://moon:8086/svn/software/trunk/projects/Rbm@785 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
@@ -935,7 +935,7 @@ void MainComponent::updateControls()
|
|||||||
momentumLabel->setText(String(m_pLayer->params().momentum), dontSendNotification);
|
momentumLabel->setText(String(m_pLayer->params().momentum), dontSendNotification);
|
||||||
numVisibleLabel->setText(String(m_pLayer->numVisibleX()), dontSendNotification );
|
numVisibleLabel->setText(String(m_pLayer->numVisibleX()), dontSendNotification );
|
||||||
numVisibleYLabel->setText(String(m_pLayer->numVisibleY()), dontSendNotification );
|
numVisibleYLabel->setText(String(m_pLayer->numVisibleY()), dontSendNotification );
|
||||||
numHiddenLabel->setText(String(m_pLayer->numHidden()), dontSendNotification );
|
numHiddenLabel->setText(String((int)m_pLayer->numHidden()), dontSendNotification );
|
||||||
numEpochslabel->setText(String((int)m_pLayer->params().numEpochs), dontSendNotification);
|
numEpochslabel->setText(String((int)m_pLayer->params().numEpochs), dontSendNotification);
|
||||||
sizeMiniBatch->setText(String((int)m_pLayer->params().miniBatchSize), dontSendNotification);
|
sizeMiniBatch->setText(String((int)m_pLayer->params().miniBatchSize), dontSendNotification);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user