tesseract-ocr / tesstrain

Train Tesseract LSTM with make
Apache License 2.0
604 stars 178 forks source link

How to read iterations? #243

Closed Vishal-Mendekar closed 3 years ago

Vishal-Mendekar commented 3 years ago

I executed my code for 1000 iterations and my data has 50k files.

So, what does this mean At iteration 300/400/1000. I have the following doubts.

  1. What is iteration? Is it similar to epoch here?

  2. What it means here if I say 1000 iterations? Does it mean that all my 50k files have been seen/trained by models 1000 times? Or does it mean that only 1000 files from my 50k files have been seen by my model?

  3. Also Please tell me what does it mean by this At iteration 300/400/1000? What is 300, 400 & 1000 here?

@Shreeshrii @stweil