clovaai / deep-text-recognition-benchmark

Text recognition (optical character recognition) with deep learning methods, ICCV 2019
Apache License 2.0
3.77k stars 1.11k forks source link

the number of epochs or the number of batches. #324

Open yusirhhh opened 2 years ago

yusirhhh commented 2 years ago

When I look at the code, I found that the hyper parameter iter is not the number of epochs, but the number of batches. I understand right?