This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
Flash Zero: Allow to customize LightningCLI
#1437
Labels
LightningCLI
#1437
🚀 Feature
Expose options to customize the instantiation of
LightningCLI
in Flash Zero commands.Motivation
I would like to be able to customize the instantiation. For example, to not use
SaveConfigCallback
which is hardcoded in:https://github.com/Lightning-AI/lightning-flash/blob/0253d71588b582da326bb01ef116ebd7cd61f21e/flash/core/utilities/flash_cli.py#L166
Pitch
flash --save-config-callback False {task}
Alternatives
Do not use Flash Zero directly and instantiate
LightningCLI
manually.The text was updated successfully, but these errors were encountered: