Mercurial > ift6266
log transformations/pipeline.py @ 156:6f3b866c0182
age | author | description |
---|---|---|
Wed, 24 Feb 2010 19:12:01 -0500 | boulanni | On peut maintenant launcher le pipeline avec un seed donné, résultats déterministes |
Sat, 20 Feb 2010 02:09:09 -0500 | boulanni | Fixed various bugs in pipeline for Python 2.5 support |
Thu, 18 Feb 2010 14:27:49 -0500 | boulanni | Added captcha support in pipeline.py |
Wed, 17 Feb 2010 16:22:54 -0500 | Xavier Glorot | changes on pipeline mecanism: we now sample a different complexity for each transformations, this because when we use the same sampled complexity for all the modules 1/8 of the time we are close to 0 and we obtain an image very close to the source, we now save a complexity for each module in the parameters array |