K-fold cross-validation #5820
Unanswered
jaivardhankapoor
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment
-
@jaivardhankapoor you would have to handle this in the dataloader or add an outer loop. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I could not find any ways to do k-fold cross-validation. Do we have to put an outer loop over trainer with different dataset splits for manual k-fold cross-validation?
Beta Was this translation helpful? Give feedback.
All reactions