comparison pylearn/algorithms/tests/test_stacker.py @ 554:b31dd3ac7d0e

fixed import
author Frederic Bastien <bastienf@iro.umontreal.ca>
date Mon, 01 Dec 2008 15:37:43 -0500
parents b054271b2504
children 48db24d3b4fa
comparison
equal deleted inserted replaced
553:08adbc309bc6 554:b31dd3ac7d0e
1 1
2 import models 2 import pylearn.algorithms.stacker as models
3 import theano 3 import theano
4 import numpy 4 import numpy
5 import time 5 import time
6 6
7 7