nagyistoce / visual-rbm

Automatically exported from code.google.com/p/visual-rbm
0 stars 0 forks source link

L2 Regularization Unset #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open application.  
2. Set visible type to Gaussian and load dataset.
3. Select 'log' tab.
4. Change L2 Regularization value to 0.0003.

What is the expected output? What do you see instead?
Expect log output to say, "L2Regularization = 0.0003"
Instead, output displays, "L2Regularization = 0.0001"

What version of the product are you using? On what operating system?
Release from 2012/09/09.

Please provide any additional information below.
It's plausible that the L2 value is being set correctly and is just not saying 
so.

Original issue reported on code.google.com by jo.j...@gmail.com on 9 Sep 2012 at 6:00

GoogleCodeExporter commented 9 years ago
Looks like a copy paste failure from when separate L1/L2 regularization values 
was added.

Original comment by pospes...@gmail.com on 9 Sep 2012 at 8:18

GoogleCodeExporter commented 9 years ago
Fixed in changelist r21.  Will upload new binary in a couple hours.  In the 
meantime, you can load the parameters from disk and the settings will properly 
change.

Original comment by pospes...@gmail.com on 9 Sep 2012 at 8:24