- weight decay is 0.0 per default
git-svn-id: http://moon:8086/svn/software/trunk/projects/RBM@38 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
@@ -239,7 +239,7 @@ MainComponent::MainComponent ()
|
||||
sigmaDecayLabel->addListener (this);
|
||||
|
||||
addAndMakeVisible (weightDecayLabel = new Label ("WeightDecay label",
|
||||
TRANS("0.0002")));
|
||||
TRANS("0.0")));
|
||||
weightDecayLabel->setFont (Font (15.00f, Font::plain));
|
||||
weightDecayLabel->setJustificationType (Justification::centred);
|
||||
weightDecayLabel->setEditable (true, true, false);
|
||||
@@ -1040,7 +1040,7 @@ BEGIN_JUCER_METADATA
|
||||
bold="0" italic="0" justification="36"/>
|
||||
<LABEL name="WeightDecay label" id="67bf3a0bec436468" memberName="weightDecayLabel"
|
||||
virtualName="" explicitFocusOrder="0" pos="304 368 72 24" edTextCol="ff000000"
|
||||
edBkgCol="0" labelText="0.0002" editableSingleClick="1" editableDoubleClick="1"
|
||||
edBkgCol="0" labelText="0.0" editableSingleClick="1" editableDoubleClick="1"
|
||||
focusDiscardsChanges="0" fontname="Default font" fontsize="15"
|
||||
bold="0" italic="0" justification="36"/>
|
||||
<SLIDER name="progressBar slider" id="8c8748f39f6d0ec6" memberName="m_progressBarSlider"
|
||||
|
||||
Reference in New Issue
Block a user