# HG changeset patch # User Yoshua Bengio # Date 1210703327 14400 # Node ID fb4837eed1a6865da3e54172b68e41b62d17457a # Parent 895b4b60f5e8bbb7b68a67fa3248e367b55b15b7 fixed import of AbstractFunction diff -r 895b4b60f5e8 -r fb4837eed1a6 learner.py --- 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