How to turn WanDB off in trainer?

Hi @hiramcho, check out the docs on the logger to solve that issue. You just need to call wandb.init(project='your_project_name') somewhere before you start using the logger. https://docs.wandb.ai/guides/integrations/huggingface

1 Like