Hi everyone,
I am currently doing the training of a ViT on a local dataset of mine. I have used the dataset template of hugging face to create my own dataset class.
To train my model I use pytorch functions (Trainer etc…), and I would like to do some data augmentation on my images.
Does hugging face allow data augmentation for images ? Otherwise, guessing I should use pytorch for the data augmentation, how could I proceed ?
Thank you