We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c93282 commit 8be85b4Copy full SHA for 8be85b4
1 file changed
ignite/handlers/wandb_logger.py
@@ -134,6 +134,7 @@ def __init__(self, *args: Any, **kwargs: Any):
134
"You man install wandb with the command:\n pip install wandb\n"
135
)
136
if kwargs.get("init", True):
137
+ kwargs.pop("init", None)
138
wandb.init(*args, **kwargs)
139
140
def __getattr__(self, attr: Any) -> Any:
0 commit comments