DeepLogo
DeepLogo copied to clipboard
ValueError: could not broadcast input array from shape (5662,32,64,3) into shape (17500,32,64,3)
I am glad to find your code. But here is some error. in merge_datasets method: ValueError: could not broadcast input array from shape (5662,32,64,3) into shape (17500,32,64,3). I didn't change any code or any data, images or text file you given in github. I fixed one error, here it is: def do_train_test_split(): class_names = [cls for cls in os.listdir(common.CROPPED_AUG_IMAGE_DIR)] for class_name in class_names: if class_name != ".DS_Store": #that file was inside class names in my mac.
Can you help me to fix the error on top. Check my issue and guide me. Thank u.
Hi @gtuvshintugs
It might be helpful whole discussions in issue #4 but could you paste all error messages ?