Custom components changes between spacy 3.1.2 and 3.1.3+ #9652
-
Hello, I have a lot of custom components that were perfectly working on spacy==3.1.2, but after upgrading to any 3.1.3+ version, I've got a lot a thrown exceptions:
Each time I try to rerun the build, I get a different 'custom_func' component name. Does this have any relation to those two changes made here ?
Here is how I registered my components:
Then I save the model to disk:
And finally I run:
Am I missing something ? Again, there is nothing that I changed between spacy==3.1.2 and 3.1.3+ I used fr_core_news_lg-3.1.0 for the packaging.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
FYI: I restarted everything from a clean environment (spacy 3.1.2), and now, even with spacy==3.1.2, I'm having problems to build the package, I'm getting:
Is there a way to disable the WandbLogger ?
Thanks |
Beta Was this translation helpful? Give feedback.
-
In the new version 3.2.0, |
Beta Was this translation helpful? Give feedback.
In the new version 3.2.0,
@Language.factory
works.