# HG changeset patch # User James Bergstra # Date 1285799687 14400 # Node ID 4fa2a32e8fde2a502752d65733b3505fd8049f47 # Parent 8905186b176c647afec762af41f05cc08c2e2da9 mcRBM - renamed shared variable diff -r 8905186b176c -r 4fa2a32e8fde pylearn/algorithms/mcRBM.py --- a/pylearn/algorithms/mcRBM.py Thu Sep 23 19:12:52 2010 -0400 +++ b/pylearn/algorithms/mcRBM.py Wed Sep 29 18:34:47 2010 -0400 @@ -688,7 +688,7 @@ # TODO: should normVF be initialized to match the size of rbm.U ? if (l1_penalty_start > 0) and (l1_penalty != 0.0): - effective_l1_penalty = sharedX(0.0, 'l1_penalty') + effective_l1_penalty = sharedX(0.0, 'effective_l1_penalty') else: effective_l1_penalty = l1_penalty