Mercurial > ift6266
diff baseline/conv_mlp/convolutional_mlp.py @ 246:2024368a8d3d
merge
author | Xavier Glorot <glorotxa@iro.umontreal.ca> |
---|---|
date | Tue, 16 Mar 2010 12:14:10 -0400 |
parents | 168aae8a6419 |
children | a491d3600a77 |
line wrap: on
line diff
--- a/baseline/conv_mlp/convolutional_mlp.py Tue Mar 16 12:13:49 2010 -0400 +++ b/baseline/conv_mlp/convolutional_mlp.py Tue Mar 16 12:14:10 2010 -0400 @@ -26,7 +26,8 @@ import theano.sandbox.softsign import pylearn.datasets.MNIST from pylearn.io import filetensor as ft -from theano.sandbox import conv, downsample +from theano.tensor.signal import downsample +from theano.tensor.nnet import conv class LeNetConvPoolLayer(object):