Skip to content

Commit 1b278ef

Browse files
authored
Update Classification_human_orr_horse.py
1 parent 4028eb7 commit 1b278ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classification_human_orr_horse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from tensorflow.keras.preprocessing.image import ImageDataGenerator
2020

2121
train_datagen = ImageDataGenerator(rescale=1 / 255)
22-
train_generator = train_datagen.flow_from_directory('E:/ARYAN/Desktop/python_tensorflow/Classification_human-or-horse',
22+
train_generator = train_datagen.flow_from_directory('../Classification_human-or-horse',
2323
target_size=(200, 200),
2424
batch_size=222,
2525
class_mode='binary')

0 commit comments

Comments
 (0)