Problem with Multi-Intents Rasa 1.7.0: Can not squeeze dim[1]... #5162
Labels
area:rasa-oss 🎡
Anything related to the open source Rasa framework
type:bug 🐛
Inconsistencies or issues which will cause an issue or problem for users or implementors.
Rasa version: 1.7.0
Rasa SDK version (if used & relevant): 1.7.0
Python version: 3.6.8
Operating system (windows, osx, ...): Windows 10
Issue:
After updating to Rasa 1.7.0 I observed the below error and started to investigate the issue. After a couple of hours I narrowed the problem down to intents like:
## intent:greet+ask_weather
in combination with
CountVectorsFeaturizer
meaning that the problem only happens when using both in the same setup. I first thought that it had something to do with the transformers I sometimes use, but even withde_core_news_sm
models it doesnt work.I am not quite sure, if this is in any case intended and simply slipped through my attention so I wanted to bring it up.
Error (including full traceback):
Content of configuration file (config.yml) (if relevant):
The text was updated successfully, but these errors were encountered: