Projects
Projects copied to clipboard
ImageLabels
np_image_list = np.array(image_list, dtype=np.float16) / 225.0 2 ----> 3 x_train, x_test, y_train, y_test = train_test_split(np_image_list, image_labels, test_size=0.2, random_state = 42) 4 5 aug = ImageDataGenerator(
NameError: name 'image_labels' is not defined