Hi everone, I am doing a project on cat breeds classification. As I am doing data augmentation, the number of images is doubled but the labels do not match the augmented images. Here is my code.
The number of images wonโt change, since the transformations are applied on the fly in the __getitem__
method, so I would recommend to recheck, if the image folders contain unexpected files.