yeguixin / captcha_solver

Source code for ACM CCS 2018
143 stars 57 forks source link

Lenet model overfitting #21

Closed thograce closed 4 years ago

thograce commented 4 years ago

Your paper used 200,000 synthetic images to train the LeNet5 model. I used the same number of data sets, but my accuracy and loss are declining, and I think there is an overfitting problem. Have you encountered this problem?