Cross Validation with Lightning

Hi! I have implemented my PyTorch Lightning model and I was wondering if it was possible to perform cross validation.
From my understanding, both the train_dataloader and val_dataloader methods are only called in the very beginning of the .fit() trainer method, so I wanted to know if I could somehow change the folders at each epoch.

Thanks in advance

CC @williamFalcon as a Lightning dev :slight_smile: