changeset 479:fbfd3932fd00

typo
author James Bergstra <bergstrj@iro.umontreal.ca>
date Mon, 27 Oct 2008 17:28:48 -0400
parents 0ea793361d85
children 1babf35fcef5
files algorithms/sgd.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/algorithms/sgd.py	Fri Oct 24 13:28:30 2008 -0400
+++ b/algorithms/sgd.py	Mon Oct 27 17:28:48 2008 -0400
@@ -1,5 +1,6 @@
 
 from theano.compile import module
+from theano import tensor as T
 
 class StochasticGradientDescent(module.FancyModule):
     def __init__(self, params, gparams, lr=None):