Commit
·
b66900b
1
Parent(s):
cb61db3
Update eda.py
Browse files
eda.py
CHANGED
@@ -33,9 +33,9 @@ def run():
|
|
33 |
batch_size = 256
|
34 |
img_size = (64, 64)
|
35 |
# Define paths to the data folders
|
36 |
-
train_path =
|
37 |
-
valid_path =
|
38 |
-
test_path =
|
39 |
# Create data generators for training, validation, and testing
|
40 |
train_datagen = ImageDataGenerator(
|
41 |
rescale=1./255,
|
|
|
33 |
batch_size = 256
|
34 |
img_size = (64, 64)
|
35 |
# Define paths to the data folders
|
36 |
+
train_path = '\\food\\Train'
|
37 |
+
valid_path = '\\food\\Valid'
|
38 |
+
test_path = '\\food\\Test'
|
39 |
# Create data generators for training, validation, and testing
|
40 |
train_datagen = ImageDataGenerator(
|
41 |
rescale=1./255,
|