comparison algorithms/tests/test_aa.py @ 481:267ec8baef9f

added import to make test_aa run
author James Bergstra <bergstrj@iro.umontreal.ca>
date Mon, 27 Oct 2008 19:40:17 -0400
parents 8fcd0f3d9a17
children
comparison
equal deleted inserted replaced
480:1babf35fcef5 481:267ec8baef9f
1 #from __future__ import absolute_imports
1 2
2 import models 3 from pylearn import algorithms as models
3 import theano 4 import theano
4 import numpy 5 import numpy
5 import time 6 import time
6 7
7 8