chaymaec
Results
2
comments of
chaymaec
Hello, when using CRF layer with BI-LSTM for an NER task, i get the following error : crf_loss * crf, idx = y_pred._keras_history[:2] AttributeError: 'Tensor' object has no attribute '_keras_history'...
Yes it's for another task of named entity recognition, but the model i'm using is the same : bilstm with CRF.