hellokuls / cnnyzm

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

IndexError: list index out of range #10

Open Ogannesson opened 2 years ago

Ogannesson commented 2 years ago

Traceback (most recent call last): File "train.py", line 190, in train() File "train.py", line 171, in train batch_x, batch_y = next_batch(64) File "C:\Users\11967\desktop\cnnyzm\process.py", line 61, in next_batch image_a = image[text.index(text_a)] IndexError: list index out of range ?

hellokuls commented 2 years ago

一般是项目导入的时候出错了