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
Traceback (most recent call last):
File "D:\NER-ProJect\pytorch_bert_bilstm_crf_ner-main\predict.py", line 93, in
with open(args_path, "r", encoding="utf-8") as fp:
FileNotFoundError: [Errno 2] No such file or directory: './checkpoints/bert_crf_cner/args.json'
大佬我这个文件夹里没有东西,然后从网上也没有找到这个args.json
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "D:\NER-ProJect\pytorch_bert_bilstm_crf_ner-main\predict.py", line 93, in
with open(args_path, "r", encoding="utf-8") as fp:
FileNotFoundError: [Errno 2] No such file or directory: './checkpoints/bert_crf_cner/args.json'
大佬我这个文件夹里没有东西,然后从网上也没有找到这个args.json
The text was updated successfully, but these errors were encountered: