Skip to content

[TIP] How to connect your WandB run to your team's project #10

@ghlrobin

Description

@ghlrobin

In PyTorch Lightning, in your WandbLogger function, you have to add an entity argument. In our case, the function will look like this:

wandb_logger = WandbLogger(
        name=wandb_name, entity='ecl-mlstudy', project="STS", offline=args.wandb_offline
    )

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions