solivr / tf-crnn

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

estimator.evaluate is much slower than estimator.train #53

Closed Once88 closed 5 years ago

Once88 commented 5 years ago

I find estimator.evaluate is much slower than estimator.train in train.py , and when estimator.evaluate is running, the gpu usage is always 0.

Once88 commented 5 years ago

my tensorflow version is 1.12

solivr commented 5 years ago

The updated version does not depend on tf.estimator anymore, it may solve your problem.