-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
make Rasa Open Source response timeout configurable #4756
Comments
Yes, sure I am waiting and trying different method to solve the training error, till @akelad helps Thanks @sara-tagger |
@xyzdcgan what command did you use for training? |
@akelad I trained the model using the train button in ui. Update: Currently i am able to train with 425 intent but with only 3000 question, I am generating question using: https://rodrigopivi.github.io/Chatito/ |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
We have to make this line configurable Line 382 in 8c176f2
|
Hello,
I am using RASA NLU in local instance.
I am currently training the model for 15000 questions and 500 intent.
After 1 hour of training it displays the error :-
"
Training NLU model...
2019-11-12 16:33:06 ERROR sanic.root - Exception occurred while handling uri:
'http://localhost:5002/api/projects/default/models/jobs'
NoneType: None
"
My current PC configuration is 16 GB ram and i5 7th gen.
I tried with 7000 question and 80 intent and for that it was working without any error
The text was updated successfully, but these errors were encountered: