changeset 558:b58e71878bb5

removed print
author Frederic Bastien <bastienf@iro.umontreal.ca>
date Mon, 01 Dec 2008 16:14:14 -0500
parents c49a244bbfb5
children 83ebb313b2f1
files pylearn/algorithms/sgd.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pylearn/algorithms/sgd.py	Mon Dec 01 16:12:47 2008 -0500
+++ b/pylearn/algorithms/sgd.py	Mon Dec 01 16:14:14 2008 -0500
@@ -15,7 +15,6 @@
         """
         super(StochasticGradientDescent, self).__init__()
         self.WEIRD_STUFF = WEIRD_STUFF
-        print WEIRD_STUFF
         self.stepsize_init = None
 
         if stepsize is None: