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