Mercurial > ift6266
annotate data_generation/transformations/__init__.py @ 179:defd388aba0c
Do not yield theano shared variables. They can only be used by theano.function().
author | Arnaud Bergeron <abergeron@gmail.com> |
---|---|
date | Sat, 27 Feb 2010 16:07:09 -0500 |
parents | 72eee6a9f43f |
children |
rev | line source |
---|---|
171
72eee6a9f43f
making the data_generation folder (and subdirs) an importable module
Dumitru Erhan <dumitru.erhan@gmail.com>
parents:
diff
changeset
|
1 from pycaptcha import Facade |
72eee6a9f43f
making the data_generation folder (and subdirs) an importable module
Dumitru Erhan <dumitru.erhan@gmail.com>
parents:
diff
changeset
|
2 |
72eee6a9f43f
making the data_generation folder (and subdirs) an importable module
Dumitru Erhan <dumitru.erhan@gmail.com>
parents:
diff
changeset
|
3 __all__ = ['PoivreSel','thick','BruitGauss','DistorsionGauss','PermutPixel',\ |
72eee6a9f43f
making the data_generation folder (and subdirs) an importable module
Dumitru Erhan <dumitru.erhan@gmail.com>
parents:
diff
changeset
|
4 'gimp_script','Rature','contrast','local_elastic_distortions', \ |
72eee6a9f43f
making the data_generation folder (and subdirs) an importable module
Dumitru Erhan <dumitru.erhan@gmail.com>
parents:
diff
changeset
|
5 'slant','Occlusion','add_background_image','affine_transform',\ |
72eee6a9f43f
making the data_generation folder (and subdirs) an importable module
Dumitru Erhan <dumitru.erhan@gmail.com>
parents:
diff
changeset
|
6 'ttf2jpg','Facade'] |