-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels