# HG changeset patch # User Emmanuel Bengio # Date 1311787620 14400 # Node ID 8be8cdde97ee4199ae119ec8bfa2f984ccfbf0b8 # Parent 9d2323513092a9b1a0d6ad232535a1c74fd3472a tensor instead of T diff -r 9d2323513092 -r 8be8cdde97ee pylearn/formulas/nnet.py --- 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 = \