Skip to content
Discussion options

You must be logged in to vote

Update. Ok so according to this issue, the higher GPUs don't get "real" experiments?

So my stupid hack which seems to work is just to check that the attribute exists! 💯

if hasattr(wandb_logger.experiment.config, 'update'):
    wandb_logger.experiment.config.update({"my_key": "my_value"})

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by drscotthawley
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment