assert len(lex) < self.bucket_specs[-1][1]
Your max_prediction_length is 8,
so if you have labels over 8 characters,
you'll get this error.
You should adjust it with the --max-prediction CLI parameter.
assert len(lex) < self.bucket_specs[-1][1]
Your max_prediction_length is 8,
so if you have labels over 8 characters,
you'll get this error.
You should adjust it with the --max-prediction CLI parameter.
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us