Mercurial > ift6266
diff deep/convolutional_dae/scdae.py @ 335:5ddb1878dfbc
noisyness -> noise
author | Arnaud Bergeron <abergeron@gmail.com> |
---|---|
date | Thu, 15 Apr 2010 12:53:03 -0400 |
parents | 6143b23e2610 |
children |
line wrap: on
line diff
--- 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),