I don’t understand why training fails after I’ve added Duckling to my pipeline. Training fra Rasa X, traceback from docker console.
config.yml
language: dk
pipeline:
- name: supervised_embeddings
- name: DucklingHTTPExtractor
url: 'http://localhost:8000'
dimensions:
- time
locale: da_DK
timezone: Europe/Berlin
timeout: 3
policies:
- name: MemoizationPolicy
- name: KerasPolicy
- name: MappingPolicy
- name: FallbackPolicy
nlu_threshold: 0.3
core_threshold: 0.3
Traceback
Training NLU model... 2019-12-10 09:10:43 ERROR
rasax.community.api.blueprints.models
- 500, Internal Server Error,
body='b'{
"version":"1.5.1",
"status":"failure",
"message":"An unexpected error occurred during training. Error: Cannot find class \'supervised_embeddings\' from global namespace. Please check that there is no typo in the class name and that you have imported the class into the global namespace.",
"reason":"TrainingError",
"details":{},
"help":null,
"code":500
}