Getting Data With Image Classifier from CSV

Hi Hadus,
thank you for your reply.
I have all my images in the train folder. however, when i run x,y = next(iter(data.val_dl)) the OSError: No such file or directory returns a file name that is not in my label_csv file.
i made a post in the forum about this issue: X,y = next(iter(data.val_dl)) returns no such file error; with more details
appreciate for any suggestion.