-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Labels
discussionIn a discussion stageIn a discussion stagefeatureIs an improvement or enhancementIs an improvement or enhancementhelp wantedOpen to be worked onOpen to be worked onwon't fixThis will not be worked onThis will not be worked on
Description
🚀 Feature
Can we have *_percent_check to be a list too where len(*_percent_check) == len(*_dataloaders)? In case if it is int then it will be same for all the dataloaders passed. Don't know how this can be useful in any case, just a thought.
Motivation
Pitch
For each val_dataloader or test_dataloader we can have an option to pass *_percent_check as a list with a percent_check for each of the dataloader. For eg. val_percent_check = [0.1, 0.4] and val_dataloaders = [val_dl1, val_dl2].
Alternatives
Additional context
Later we can do the same for training as well if #1959 get's merged.
Metadata
Metadata
Assignees
Labels
discussionIn a discussion stageIn a discussion stagefeatureIs an improvement or enhancementIs an improvement or enhancementhelp wantedOpen to be worked onOpen to be worked onwon't fixThis will not be worked onThis will not be worked on