This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
clean kwargs
in the data module
#253
Labels
Milestone
🚀 Feature
There are some places where we abuse of using
kwargs
which makes a bit unreadable the code and led to bugs when we pass some arguments in theDataModule
.The idea is to remove some
kwargs
and explicit and needed arguments when we create the data module.https://github.com/PyTorchLightning/lightning-flash/blob/master/flash/data/data_module.py#L430-L433
The text was updated successfully, but these errors were encountered: