Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

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.
Source by github.com #
 
PREVIOUS NEXT
Tagged: #assert
ADD COMMENT
Topic
Name
5+2 =