rasa_stack_quickstart icon indicating copy to clipboard operation
rasa_stack_quickstart copied to clipboard

getting some data missing() error, generated error is empty.

Open kdigumar opened this issue 6 years ago • 0 comments

HI,

With this mitie pipeline. i am unable to train bot and getting above error in rasa ui. In rasa nlu getting below error.

rasa_nlu.data_router - [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.defer.CancelledError'>:

pipeline : [{ "name":"nlp_mitie", "model":"/app/data/mitie/total_word_feature_extractor.dat" }, { "name":"tokenizer_mitie" }, { "name":"ner_mitie" }, { "name":"ner_synonyms" }, { "name":"intent_entity_featurizer_regex" }, { "name":"intent_featurizer_mitie" }, { "name":"intent_classifier_sklearn", "C":[ 1, 2, 5, 10, 20, 100 ], "kernel":"linear" }]

any idea?

kdigumar avatar Nov 14 '19 14:11 kdigumar