Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Silences warning about multiple WandB loggers #117

Merged
merged 1 commit into from
Jul 22, 2023
Merged

Conversation

kylebgorman
Copy link
Contributor

As I understand it this is not the warning discussed in #78 but it's good to silence anyways.

The full error reads:

UserWarning: There is a wandb run already in progress and newly created instances of `WandbLogger` will reuse this run. If this is not desired, call `wandb.finish()` before instantiating `WandbLogger`.

@Adamits please let me konw if we want this.

As I understand it this is not the warning discussed in #78 but it's
good to silence anyways.
Copy link
Collaborator

@Adamits Adamits left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah this is a separate warning, but due to the same issue. Suppressing it seems good.

LGTM

@kylebgorman kylebgorman merged commit 83ae330 into master Jul 22, 2023
@kylebgorman kylebgorman deleted the warning branch July 22, 2023 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants