# HG changeset patch # User Frederic Bastien # Date 1210705491 14400 # Node ID b60cd6745dc210301c8999942d9829f809c43dcc # Parent fb4837eed1a6865da3e54172b68e41b62d17457a# Parent 1255cd86df3611082fed7d81ea482e39b72d1baf Automated merge with ssh://p-omega1@lgcm.iro.umontreal.ca/tlearn diff -r 1255cd86df36 -r b60cd6745dc2 learner.py --- a/learner.py Tue May 13 15:03:16 2008 -0400 +++ b/learner.py Tue May 13 15:04:51 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