Wandb sweeep training error

this error happened while I was training and I know nothing about this. Help me on this :))

Hi @sukhbatd2,

Looks like you are using HuggingFace’s WandbCallback() API. A huggingface Trainer expects a list of Callbacks, not an individual callback.

Seeing the error message, simply wrapping the WandbCallback() in brackets as [WandbCallback()] should fix the error.

Hi @sukhbatd2,
I hope you were able to successfully resolve the issue. If you have any other questions, please do not hesitate to reach out.
We are closing this thread now, but please feel free to contact us again if you run into any more issues.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.