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
运行python -m rasa train --config configs/config.yml --domain configs/domain.yml --data data/命令,训练大约40分钟模型后,无法保存,以下是部分报错:
raise Exception("Unable to save named_entity_extractor to the file " + to_default_str_type(filename));
Exception: Unable to save named_entity_extractor to the file C:\Users\天选\AppData\Local\Temp\tmpu4e10ape\nlu\component_2_MitieEntityExtractor.dat
以下我写的测试文件引入MITIE库后的报告:
(rasa) PS C:\ChitChatAssistant-master> python error_test.py
操作失败,可能没有写入权限或其他问题。错误信息: Unable to load named entity extractor from path\to\your\MITIE-models\english\ner_model.dat
显示MITIE缺乏ner_model.dat模型,但是我在其源码中找不到ner_model.dat,应该需要独立训练?
The text was updated successfully, but these errors were encountered:
运行python -m rasa train --config configs/config.yml --domain configs/domain.yml --data data/命令,训练大约40分钟模型后,无法保存,以下是部分报错:
raise Exception("Unable to save named_entity_extractor to the file " + to_default_str_type(filename));
Exception: Unable to save named_entity_extractor to the file C:\Users\天选\AppData\Local\Temp\tmpu4e10ape\nlu\component_2_MitieEntityExtractor.dat
以下我写的测试文件引入MITIE库后的报告:
(rasa) PS C:\ChitChatAssistant-master> python error_test.py
操作失败,可能没有写入权限或其他问题。错误信息: Unable to load named entity extractor from path\to\your\MITIE-models\english\ner_model.dat
显示MITIE缺乏ner_model.dat模型,但是我在其源码中找不到ner_model.dat,应该需要独立训练?
The text was updated successfully, but these errors were encountered: