Open tonmoyinsomniac opened 4 years ago
...............................................
train_data_path = os.path.join(data_path, 'train')
images = os.listdir(train_data_path)
images=sorted(images)
...............................................
Add sorted to solve index problem
I am having an index error issue while training & it showing "IndexError: index 111 is out of bounds for axis 2 with size 111". Why I am having this error. Attached an image so that you can understand clearly.