Experiment - Image dataset from folders
Problem:You want to load images stored in folders where each folder name is the class label. The current code loads the dataset but the model training is very slow and accuracy is low.
Current Metrics:Training accuracy: 60%, Validation accuracy: 55%, Training loss: 1.2, Validation loss: 1.3
Issue:The dataset loading is not optimized, and images are not normalized or augmented. This causes slow training and poor model performance.