We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
测试NLU模型报了如下错误 我的命令是: python -m rasa_nlu.server --path models/nlu curl -XPOST 192.168.109.232:5000/parse -d '{"q":"我要查案子", "project": "default", "model": "current"}' 我的模型文件夹路径是:xx\models\nlu\default\current 请问这是什么原因?
The text was updated successfully, but these errors were encountered:
你估计是在windows下跑的,在linux上木有这个问题
Sorry, something went wrong.
此demo未在windows上测试,windows应该问题不大,应该是字符集编码问题,这个百度应该可以解决了
楼主解决了吗,我也遇到这个问题,是这行代码报的错:request.content.read().decode('utf-8')
No branches or pull requests
测试NLU模型报了如下错误
我的命令是:
python -m rasa_nlu.server --path models/nlu
curl -XPOST 192.168.109.232:5000/parse -d '{"q":"我要查案子", "project": "default", "model": "current"}'
我的模型文件夹路径是:xx\models\nlu\default\current
请问这是什么原因?
The text was updated successfully, but these errors were encountered: