JackonYang / captcha-tensorflow

Image Captcha Solving Using TensorFlow and CNN Model. Accuracy 90%+
MIT License
996 stars 272 forks source link

Notify the user when an epoche finishes #28

Closed CoolCash1 closed 3 years ago

CoolCash1 commented 3 years ago

When an epoche worth of images and there is less then 20 total epoches (so the console doesnt fill up with 2000 messages) there will be a notifaction in the terminal notifying the user that an epoche has finished so they can calculate about how long it will take to finish the captcha generation. The edited script was tested.

JackonYang commented 3 years ago

thanks for the contribution, code merged.