andrewsunanda commited on
Commit
b66900b
·
1 Parent(s): cb61db3

Update eda.py

Browse files
Files changed (1) hide show
  1. eda.py +3 -3
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 = os.path.join(main_path, 'Train')
37
- valid_path = os.path.join(main_path, 'Valid')
38
- test_path = os.path.join(main_path, 'Test')
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,