changeset 174:b60cd6745dc2

Automated merge with ssh://p-omega1@lgcm.iro.umontreal.ca/tlearn
author Frederic Bastien <bastienf@iro.umontreal.ca>
date Tue, 13 May 2008 15:04:51 -0400
parents fb4837eed1a6 (diff) 1255cd86df36 (current diff)
children 6ee54861134e 0040ba0f0666
files
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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