cnnyzm icon indicating copy to clipboard operation
cnnyzm copied to clipboard

IndexError: list index out of range

Open Ogannesson opened this issue 3 years ago • 1 comments

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 ?

Ogannesson avatar May 07 '22 16:05 Ogannesson

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

hellokuls avatar Sep 07 '22 06:09 hellokuls