da03 / Attention-OCR

Visual Attention based OCR
MIT License
1.11k stars 362 forks source link

About the running requirement #101

Open EriCongMa opened 5 years ago

EriCongMa commented 5 years ago

Hi, thanks for your kindly sharing of this OCR codes.

When I'm gonna run this code, some problems occured. I think it is mainly due to the version of package I used.

I am now using

Python 3.6.9 |Anaconda, Inc.|
[GCC 7.3.0] on linux
>>> tf.__version__
'1.7.0'

Can you share me the environment requirement you used when you finished this code? Thanks very much.

All the best! Eric

reed-jones commented 5 years ago

The readme mentions version '0.12.1' so it may be a bit out of date

FelipeFLopes commented 4 years ago

I am using python 2.7 and tensorflow 1.0.1. I couldn't use their pre-trained model. However, I can train a new one with the dataset they provided.