# HG changeset patch # User Arnaud Bergeron # Date 1271350383 14400 # Node ID 5ddb1878dfbcbd6bddbd17734abedc540413bdeb # Parent 6143b23e2610d594f8cbcb0a2d5869a4fc010623 noisyness -> noise diff -r 6143b23e2610 -r 5ddb1878dfbc deep/convolutional_dae/scdae.py --- a/deep/convolutional_dae/scdae.py Wed Apr 14 16:06:43 2010 -0400 +++ b/deep/convolutional_dae/scdae.py Thu Apr 15 12:53:03 2010 -0400 @@ -13,7 +13,7 @@ LayerStack.__init__(self, [ConvAutoencoder(filter_size=filter_size, num_filt=num_filt, num_in=num_in, - noisyness=corruption, + noise=corruption, err=errors.cross_entropy, nlin=nlins.sigmoid, dtype=dtype),