diff mlp_factory_approach.py @ 215:6fa8fbb0c3f6

tlearn->pylearn in mlp
author James Bergstra <bergstrj@iro.umontreal.ca>
date Thu, 22 May 2008 17:41:14 -0400
parents 9b57ea8c767f
children df3fae88ab46 8bc16220b29a
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):