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
I had some doubts regarding using spacy model. I was able to generate & extract the Marathi language model.
How to load my new model & link it to rasa nlu ? I’m not using Docker.
The text was updated successfully, but these errors were encountered:
Ajinkz
changed the title
ValueError: could not broadcast input array from shape (128) into shape (300)
I had some doubts regarding using spacy model. I was able to generate & extract Marathi language model. How to load my new model & link it to rasa nlu ? I’m not using docker.
Feb 14, 2019
Ajinkz
changed the title
I had some doubts regarding using spacy model. I was able to generate & extract Marathi language model. How to load my new model & link it to rasa nlu ? I’m not using docker.
How to load my new spacy model & link it to rasa nlu ? I’m not using docker.
Feb 14, 2019
basically in rasa_nlu, in the config file you have a language parameter, you specify the path to your language model under which the vectors are residing, this parameter is then parsed in rasa nlu utils.py to load spacy model. typically you can associate the model with a language code like en,mr etc when you install the model using pip, however it is not needed here
I had some doubts regarding using spacy model. I was able to generate & extract the Marathi language model.
How to load my new model & link it to rasa nlu ? I’m not using Docker.
The text was updated successfully, but these errors were encountered: