Metrics and Images are logged but config values isn't

Hi,

I am able to log my training metrics to wandb. However, I can’t seem to log any of my config values. I am using pytorch lighting to log them and I have a self.save_hyperparameters() in my training script. I am running offline runs because my compute nodes does not have internet and syncing runs with wandb sync --sync-all

I am using:

  • wandb 0.18.7
  • torch 2.5.1
  • pytorch_lightning 2.5.0

I am having the same issue. Updating the config is not working and so far the only way to generate the desired config is to pass it as an argument when calling wandb.init()