Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to toggle the overwrite feature of SaveConfigCallback from the command line. I’m guessing that this should be done through the save_config_kwargs argument of LightningCLI, so any help to set values in this dict from the command line would also be appreciated. Is this possible?
I’ve attempted the following:
MyLightningCLI --config /path/to/my_config.yaml --trainer.devices=1 --trainer.num_nodes=1 --data.num_workers=10 --save_config_kwargs={‘overwrite’:True}
Beta Was this translation helpful? Give feedback.
All reactions