You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be nice to have a central Logging class, through which all Logging should happen.
Then we wouldn't need to pass and check 'use_wandb' everywhere.
Best way possibly would be to define a Logging interface which gets implement by a class 'WandBLogging'.
The text was updated successfully, but these errors were encountered:
I think it would be nice to have a central Logging class, through which all Logging should happen.
Then we wouldn't need to pass and check 'use_wandb' everywhere.
Best way possibly would be to define a Logging interface which gets implement by a class 'WandBLogging'.
The text was updated successfully, but these errors were encountered: