-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Open
Labels
Description
Description & Motivation
Support sequence inputs to limit_val_batches
in order to apply the limits to each val dataloader separately. E.g., limit_val_batches=[10, 20]
could be interpreted as limit to 10 batches from the first val dataloader and 20 batches from the second.
Pitch
No response
Alternatives
No response
Additional context
No response