changeset 863:e6d2cb493754

added Rust2005Conv
author James Bergstra <bergstrj@iro.umontreal.ca>
date Tue, 03 Nov 2009 15:26:07 -0500
parents 882b4169e2b1
children 22e3a422653d
files pylearn/shared/layers/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pylearn/shared/layers/__init__.py	Tue Nov 03 15:26:01 2009 -0500
+++ b/pylearn/shared/layers/__init__.py	Tue Nov 03 15:26:07 2009 -0500
@@ -14,7 +14,7 @@
 from kording2004 import Kording2004
 
 # rust2005.py
-from rust2005 import Rust2005
+from rust2005 import Rust2005, Rust2005Conv
 
 # lecun1998.py
 from lecun1998 import LeNetConvPool