diff pylearn/formulas/nnet.py @ 1491:8be8cdde97ee

tensor instead of T
author Emmanuel Bengio <bengioe@iro.umontreal.ca>
date Wed, 27 Jul 2011 13:27:00 -0400
parents 9d2323513092
children
line wrap: on
line diff
--- a/pylearn/formulas/nnet.py	Wed Jul 27 10:42:03 2011 -0400
+++ b/pylearn/formulas/nnet.py	Wed Jul 27 13:27:00 2011 -0400
@@ -33,7 +33,7 @@
 
     # concatenate the repeated vectors into
     # a 2D matrix in the format neibs2images wants
-    stacked_conv_neibs = T.stack(*repeated_input).T
+    stacked_conv_neibs = tensor.stack(*repeated_input).T
     
     # then get back a stretched version of the stacked neighbours
     stretch_unpooling_out = \