Mercurial > pylearn
changeset 904:08b37147dec1
added comment to sgd file
author | James Bergstra <bergstrj@iro.umontreal.ca> |
---|---|
date | Fri, 12 Mar 2010 01:50:52 -0500 |
parents | 3b53ed688747 |
children | 70b061f142b2 9472d234db2e 37ed715ac034 |
files | pylearn/shared/layers/sgd.py |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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()