When using CLI mode, is there any method to save the config.yaml file in the checkpoint dir path? #19988
zengchang233
started this conversation in
General
Replies: 1 comment
-
You can subclass pytorch-lightning/src/lightning/pytorch/cli.py Lines 285 to 300 in cec6ae1 |
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
-
I am using pytorch-lightning CLI mode with WandbLogger. I found the config.yaml was always saved in the logger.save_dir. But I would like to save the config file in the checkpoint dir. Does any one have idea about it?
Beta Was this translation helpful? Give feedback.
All reactions