Allow nested batch_arg_name
in BatchSizeFinder
/Tuner.scale_batch_size()
#20560
Labels
batch_arg_name
in BatchSizeFinder
/Tuner.scale_batch_size()
#20560
Description & Motivation
Hi,
Would it be possible to allow dot-notation in, for example,
tuner.scale_batch_size(model, batch_arg_name="dataloaders.train.batch_size")
?Perhaps some other features would benefit from this. It should be simple to achieve that through
lightning_hasattr
andlightning_getattr
.Pitch
No response
Alternatives
No response
Additional context
No response
cc @lantiga @Borda
The text was updated successfully, but these errors were encountered: