cisco / mindmeld

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

Refactor Tagger models __init__ and setup_model() #420

Open vrdn-23 opened 2 years ago

vrdn-23 commented 2 years ago

Currently most tagger models have initialization of the models happening in the set_params() method. This ideally needs to move into an init function or to the setup_model() depending on what we think is a more sustainable approach long-term.