cisco / mindmeld

An Open Source Conversational AI Platform for Deep-Domain Voice Interfaces and Chatbots.
http://mindmeld.com
Apache License 2.0
677 stars 186 forks source link

Glove embedder not reading 'token_dimension' parameter #456

Open zcsheng95 opened 1 year ago

zcsheng95 commented 1 year ago

I found that the program does not recognize the 'token dimension' set in config.py It turns out in the mindmeld/models/nn_utils/classification.py line 411, it should be

 token_dimension = params.get("token_dimension", 300)