CUNY-CL / yoyodyne

Small-vocabulary sequence-to-sequence generation with optional feature conditioning
Apache License 2.0
29 stars 16 forks source link

Silences warning about multiple WandB loggers #117

Closed kylebgorman closed 1 year ago

kylebgorman commented 1 year ago

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.