# HG changeset patch # User James Bergstra # Date 1268376652 18000 # Node ID 08b37147dec125e3068252bd17ef7cf1b7651c03 # Parent 3b53ed688747fe47d7470aed9ed870abf6f7880f added comment to sgd file diff -r 3b53ed688747 -r 08b37147dec1 pylearn/shared/layers/sgd.py --- a/pylearn/shared/layers/sgd.py Fri Mar 12 01:50:40 2010 -0500 +++ b/pylearn/shared/layers/sgd.py Fri Mar 12 01:50:52 2010 -0500 @@ -82,6 +82,9 @@ Significant improvement in the second half of a run is defined as achieving `progresh_thresh` proportion of the best score from the first half of the run. + Instances of this class can be picked. + Future version should maintain unpickling backward-compatability. + .. code-block:: python stopper = HalflifeStopper()