WandB logger and LightningCLI save_config_callback clashes #7679
Labels
argparse (removed)
Related to argument parsing (argparse, Hydra, ...)
bug
Something isn't working
help wanted
Open to be worked on
Milestone
🐛 Bug: WandB logger and LightningCLI save_config_callback clashes
My fork documents LightningCLI.save_config_callback default filename clash
with WandB logger on autoencoder PL basic example .
See
run-example-wandb-save-config-callback-clash-workaournd.sh
,autoencoder.{py,yml}
I used the main environment.yml to document the dependencies.
The example below reproduces the error by using the default LightningCLI and WandB logger.
However, if you just change the single line in basic_examples/autoencoder.yml
It runs fine.
If you do not change anything you will be able to reproduce the error.
Expected behavior
It would be useful to at least pass the save_config_callback filename argument to the LightningCLI constructor so a user could actually change the filename when creating a LightningCLI object.
The instantiation of SaveConfigCallback needs to be fixed
Environment
Please see the environment.yml
The text was updated successfully, but these errors were encountered: