-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
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训练数据很慢 #4
Comments
出现错误时,是什么信息?你的机器什么配置?是否改动了项目的默认配置? |
训练时卡在: Part II: train segment classifier 请问是什么问题?谢谢! |
SVM 训练起来确实特别慢,具体慢到什么程度和机器相关。目前来看只是慢,并没有什么bug。 |
谢谢回复!以下是我的机器配置: i5-7300 这个跟实体和意图的个数是否有关系?nlu的语料库编写是否有准确的规则? |
是的,有关系的
一般建议按照真实数据的分布编写,项目早期可以先写一部分,根据实际效果再做调整 |
你好!感谢你的项目,很赞。这里我有个问题,就是我在训练NLU数据的时候,总共51条,4个意图,10个实体,但是5个小时才能够训练完,有时候还会挂掉,请问是什么原因导致的?还是我在构造训练数据时对实体、意图的标志不对?期待解答,谢谢!
The text was updated successfully, but these errors were encountered: