mpezeshki / CTC-Connectionist-Temporal-Classification

Theano implementation of CTC.
Apache License 2.0
74 stars 26 forks source link

Added .gitingore and made it python3 compatible #3

Closed pjadzinsky closed 9 years ago

pjadzinsky commented 9 years ago

Hi Mohammad,

This looks great! Thanks for sharing.

I am suggesting a few changes to make it python 3 compatible.

However, the test is still now working for me, crashes after training algorithm is initialized. Do you know what the best way for me to share the error with you is?

Thanks Pablo

mpezeshki commented 9 years ago

Hi Pablo,

Thanks for your changes. I know what error is. Unfortunately since Blocks and Fuel is changing so fast, you get this error. I try to fix it as soon as I find some time.

Thanks