You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raceback (most recent call last):
File "/content/drive/MyDrive/BERT-BILSTM-CRF-main/main.py", line 193, in
main(data_name)
File "/content/drive/MyDrive/BERT-BILSTM-CRF-main/main.py", line 187, in main
report = train.test()
File "/content/drive/MyDrive/BERT-BILSTM-CRF-main/main.py", line 92, in test
report = classification_report(trues, preds)
File "/usr/local/lib/python3.10/dist-packages/seqeval/metrics/sequence_labeling.py", line 686, in classification_report
name_width = max(map(len, target_names))
ValueError: max() arg is an empty sequence
The text was updated successfully, but these errors were encountered:
raceback (most recent call last):
File "/content/drive/MyDrive/BERT-BILSTM-CRF-main/main.py", line 193, in
main(data_name)
File "/content/drive/MyDrive/BERT-BILSTM-CRF-main/main.py", line 187, in main
report = train.test()
File "/content/drive/MyDrive/BERT-BILSTM-CRF-main/main.py", line 92, in test
report = classification_report(trues, preds)
File "/usr/local/lib/python3.10/dist-packages/seqeval/metrics/sequence_labeling.py", line 686, in classification_report
name_width = max(map(len, target_names))
ValueError: max() arg is an empty sequence
The text was updated successfully, but these errors were encountered: