changeset 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 b1af99fd7bf6 0e6ca7eecc72 3d4615ee96a4
files pylearn/formulas/nnet.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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 = \