Mercurial > ift6266
comparison datasets/defs.py @ 181:f0f47b045cbf
Remove a stray cast in the FTDataSet code and export the ocr dataset.
author | Arnaud Bergeron <abergeron@gmail.com> |
---|---|
date | Sat, 27 Feb 2010 17:10:37 -0500 |
parents | 76bc047df5ee |
children | 476da2ba6a12 |
comparison
equal
deleted
inserted
replaced
180:76bc047df5ee | 181:f0f47b045cbf |
---|---|
1 __all__ = ['nist_digits', 'nist_lower', 'nist_upper', 'nist_all'] | 1 __all__ = ['nist_digits', 'nist_lower', 'nist_upper', 'nist_all', 'ocr'] |
2 | 2 |
3 from ftfile import FTDataSet | 3 from ftfile import FTDataSet |
4 import theano | 4 import theano |
5 | 5 |
6 NIST_PATH = '/data/lisa/data/nist/by_class/' | 6 NIST_PATH = '/data/lisa/data/nist/by_class/' |