BERT-BiLSTM-CRF-NER-pytorch
BERT-BiLSTM-CRF-NER-pytorch copied to clipboard
'NoneType' object has no attribute 'byte' in models.py predict method
At the predict method, if I do not specify input_mask the crf will not be able to execute decode due to None.byte()