Mercurial > ift6266
changeset 335:5ddb1878dfbc
noisyness -> noise
author | Arnaud Bergeron <abergeron@gmail.com> |
---|---|
date | Thu, 15 Apr 2010 12:53:03 -0400 |
parents | 6143b23e2610 |
children | a79db7cee035 01445a75c702 |
files | deep/convolutional_dae/scdae.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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),