Integration for spacy v2

Is the way to integrate wandb with spacy v2 documented somewhere?

hi @abs

We didn’t have a logger in spaCy until v3 unfortunately.
https://github.com/explosion/spaCy/pull/5971

I’m not very familiar with spaCy v2, but if you have access to metrics you could call wandb.log({‘your_metric’: metric}) and that’ll plot it on W&B.

Here’s more info on getting started if you need it:
https://docs.wandb.ai/quickstart

Let me know if you give this a shot and have further issues.

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