Mercurial > pylearn
diff learner.py @ 172:fb4837eed1a6
fixed import of AbstractFunction
author | Yoshua Bengio <bengioy@iro.umontreal.ca> |
---|---|
date | Tue, 13 May 2008 14:28:47 -0400 |
parents | 4803cb76e26b |
children | 69759976b3ac |
line wrap: on
line diff
--- a/learner.py Tue May 13 13:23:05 2008 -0400 +++ b/learner.py Tue May 13 14:28:47 2008 -0400 @@ -1,5 +1,6 @@ -from dataset import AttributesHolder,AbstractFunction,ApplyFunctionDataSet,DataSet,CachedDataSet +from exceptions import * +from dataset import AttributesHolder,ApplyFunctionDataSet,DataSet,CachedDataSet import theano from theano import compile from theano import tensor as t