我已经训练了一个模型,可以很好地使用"rasa shell“。然后我已经在kubernetes上部署了rasa-x,并尝试上传模型。这就是问题所在,我的pipline使用了MITIE:
pipeline:
- name: "MitieNLP"
model: "total_word_feature_extractor_zh.dat"但是rasa-x似乎找不到"total_word_feature_extractor_zh.dat",并得到了错误:
Error loading MITIE model file: total_word_feature_extractor_zh.dat
Unable to open total_word_feature_extractor_zh.dat for reading.如何解决这个问题?
发布于 2020-06-09 04:05:22
您是如何将Rasa X部署到Kubernetes的?您需要确保您的rasa服务能够访问./total_word_feature_extractor_zh.dat上的语言模型。
https://stackoverflow.com/questions/62196238
复制相似问题