changeset 215:6fa8fbb0c3f6

tlearn->pylearn in mlp
author James Bergstra <bergstrj@iro.umontreal.ca>
date Thu, 22 May 2008 17:41:14 -0400
parents 3c96d23b36ac
children 4b7e89b75e2b
files mlp_factory_approach.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mlp_factory_approach.py	Thu May 22 16:31:07 2008 -0400
+++ b/mlp_factory_approach.py	Thu May 22 17:41:14 2008 -0400
@@ -4,7 +4,7 @@
 import theano
 from theano import tensor as t
 
-from tlearn import dataset, nnet_ops, stopper
+import dataset, nnet_ops, stopper
 
 
 def _randshape(*shape):