I use the nlu moudle to train a model.And I use the api “/model/parse” to visit my nlu server .The strange thing is that I got diferent intent and confidence with the same input in diferent times.Any one knows how to solve this problem
Can you please share some more information:
- What pipeline are you using? How does your config file look like?
- What exact Rasa version are you using?
- Does this happen all the time or only from time to time? Does it also happen if you use, for example, the demo bot (
rasa init
)?