So I want to run Rasa NLU in my python programm. It doesn’t spit out any errors, but even after having increasing my example size (maybe 15 examples per intent) I dont get any intents. It always answers intent = none confidence = 0.0
Im using spacy, and the german data pack.
Hey @Moji. My first guess is that your NLU model is not loaded. Are you sure you are pointing to the right directory when loading the model? Would you mind sharing a piece of code where you load the model?