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
and lightning_getattr
.
Pitch
No response
Alternatives
No response
Additional context
No response
cc @lantiga @Borda