solivr / tf-crnn

TensorFlow convolutional recurrent neural network (CRNN) for text recognition
GNU General Public License v3.0
292 stars 98 forks source link

Very slow when running estimator.evaluate, gpu usage is always zero #13

Closed WenmuZhou closed 7 years ago

WenmuZhou commented 7 years ago

The training model took 27 hours (one million data) and one model required 4 hours (100,000 data) when testing the model

WenmuZhou commented 7 years ago

I find it is a bug with tensorflow 1.4 ,when I use tensorflow 1.3, code run faster