You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue: When running NLU pipeline comparison with a pipeline including the ResponseSelector, NLG responses are not found and training fails. Encountered using rasa-demo repo. This happens because NLG responses are not persisted along with NLU training data after data percentage split.
Error (including full traceback):
2020-02-06 20:43:22 INFO rasa.nlu.test - Evaluating configuration 'config' with 25%_exclusion training data.
2020-02-07 07:49:06 WARNING rasa.nlu.test - Training model 'config' failed. Error: No response phrases found for out_of_scope/other. Check training data files for a possible wrong intent name in NLU/NLG file
Command or request that led to error:
rasa test nlu --config configs # where configs is a directory of configs
Content of configuration file (config.yml) (if relevant):
Content of domain file (domain.yml) (if relevant):
Rasa version: 1.7.0
Python version: 3.7
Operating system (windows, osx, ...): MacOS
Issue: When running NLU pipeline comparison with a pipeline including the ResponseSelector, NLG responses are not found and training fails. Encountered using rasa-demo repo. This happens because NLG responses are not persisted along with NLU training data after data percentage split.
Error (including full traceback):
Command or request that led to error:
Content of configuration file (config.yml) (if relevant):
Content of domain file (domain.yml) (if relevant):
The text was updated successfully, but these errors were encountered: