Skip to content

Initialization of WandBLogger with init=True fails #3272

@zubatyuk

Description

@zubatyuk

wandb.init function does not have 'init' keyword argument.
Therefore, this code fails:

        if kwargs.get("init", True):
            wandb.init(*args, **kwargs)

Solution is to pop 'init' key from kwargs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions