You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@carmocca Indeed the typing PR introduced this bug. I've fixed it in #14112, the _experiment can be a RunDisabled object if mode="disabled" is passed. I can write an additional test for this behavior but since we mock the wandb library during testing it feels a little redundant.
🐛 Bug
After upgrading to pytorch lightning 1.7 instantiating WandbLogger with
mode="disabled"
throws the following error:To Reproduce
Expected behavior
No error, pass parameter to wandb (as it did until 1.6.5)
Environment
Additional context
cc @awaelchli @morganmcg1 @borisdayma @scottire @manangoel99
The text was updated successfully, but these errors were encountered: