Mercurial > pylearn
changeset 172:fb4837eed1a6
fixed import of AbstractFunction
author | Yoshua Bengio <bengioy@iro.umontreal.ca> |
---|---|
date | Tue, 13 May 2008 14:28:47 -0400 |
parents | 895b4b60f5e8 |
children | b60cd6745dc2 e9a95e19e6f8 69759976b3ac |
files | learner.py |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
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