Open
Description
Outline & Motivation
I suggest allowing batch_arg_name
to accept a list of arg names. E.g. `tuner.scale_batch_size(..., batch_arg_name=["train_batch_size", "val_batch_size").
Pitch
Fit uses both train and val dataloaders. They can have their own batch sizes.
Additional context
No response