BERT-BiLSTM-CRF-NER-pytorch icon indicating copy to clipboard operation
BERT-BiLSTM-CRF-NER-pytorch copied to clipboard

'NoneType' object has no attribute 'byte' in models.py predict method

Open takipipo opened this issue 3 years ago • 0 comments

At the predict method, if I do not specify input_mask the crf will not be able to execute decode due to None.byte()

takipipo avatar Jan 28 '22 04:01 takipipo