Skip to content
Discussion options

You must be logged in to vote

Hi! spacy.TextCatBOW.v2 and spacy.TextCatCNN.v2 are indeed resizable, but spacy.TextCatEnsemble.v2 isn't and that's the main architecture of your textcat component. If you need a resizable textcat component, you should swap out the ensemble architecture to use either BOW or the CNN.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by info2000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat / textcat Feature: Text Classifier
2 participants