hellokuls / cnnyzm

用CNN识别验证码| python识别验证码| 训练验证码模型
Apache License 2.0
192 stars 44 forks source link

你好,请教下错误,有给定的验证码图片 #8

Open alice360 opened 2 years ago

alice360 commented 2 years ago

Traceback (most recent call last): File "D:\Python\cnnyzm-master\train.py", line 185, in train() File "D:\Python\cnnyzm-master\train.py", line 166, in train batch_x, batch_y = next_batch(7) File "D:\Python\cnnyzm-master\process.py", line 58, in next_batch image_a = image[text.index(text_a)] IndexError: list index out of range

Process finished with exit code 1