Mercurial > ift6266
diff transformations/DistorsionGauss.py @ 117:c9d680d9a908
changed again the variance scaling for Distorsion Gauss, come back to the original
author | Xavier Glorot <glorotxa@iro.umontreal.ca> |
---|---|
date | Wed, 17 Feb 2010 16:23:54 -0500 |
parents | 1b315470a566 |
children | 8008f4d31869 |
line wrap: on
line diff
--- a/transformations/DistorsionGauss.py Wed Feb 17 16:22:54 2010 -0500 +++ b/transformations/DistorsionGauss.py Wed Feb 17 16:23:54 2010 -0500 @@ -27,7 +27,7 @@ return ['ecart_type'] def regenerate_parameters(self, complexity): - self.ecart_type=float(complexity)/15 + self.ecart_type=float(complexity)/10 self.effectuer =numpy.random.binomial(1,0.3) ##### On a 30% de faire un bruit ##### return self._get_current_parameters()