Closed kai-wen-yang closed 2 years ago
Hi, we don't support more augmentation techniques in this repo, following practices of original VTAB paper.
But you can add your own inside this function: https://github.com/KMnP/vpt/blob/main/src/data/datasets/tf_dataset.py#L148
Hi, I want to apply some data augmentation using torchvision.transform for VTAB dataset. Does your repo support that? If yes, how to implement it? Thanks a lot!