Commit Graph

4 Commits

Author SHA1 Message Date
Yu Kobayashi
d53a1cd0c0 Python 3 support of image_ocr.py (#4049)
I fixed to support Python 3.
2016-10-13 13:53:35 -07:00
Francois Chollet
cc92025fdc Make examples agnostic to image_dim_ordering 2016-09-06 15:53:56 -07:00
Francois Chollet
6a6d939dea Style fix 2016-08-23 14:29:27 -07:00
Mike Henry
e8190a8d8d Added support for CTC in both Theano and Tensorflow along with image OCR example. (#3436)
* Added CTC to Theano and Tensorflow backend along with image OCR example

* Fixed python style issues, made data files remote, and made code more idiomatic to Keras

* Fixed a couple more style issues brought up in the original PR

* Reverted wrappers.py

* Fixed potential training-on-validation issue and removed unused imports

* Fixed PEP8 issue

* Remaining PEP8 issues fixed
2016-08-16 13:25:26 -07:00