SpanCat category limit #9240
Answered
by
polm
e-e
asked this question in
Help: Other Questions
SpanCat category limit
#9240
-
Is there a limit to how many different categories can be trained? If there was a need to go beyond this limit, what are some approaches that can be taken? |
Beta Was this translation helpful? Give feedback.
Answered by
polm
Sep 18, 2021
Replies: 1 comment 3 replies
-
There's no hardcoded limit on the number of labels or anything. I guess if you start rubbing up against How many labels did you have in mind? |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
e-e
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's no hardcoded limit on the number of labels or anything. I guess if you start rubbing up against
INT_MAX
or something you'll have trouble, but I suspect you'd have data issues long before that.How many labels did you have in mind?