mindmeld icon indicating copy to clipboard operation
mindmeld copied to clipboard

Refactor Tagger models __init__ and setup_model()

Open vrdn-23 opened this issue 2 years ago • 0 comments

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.

vrdn-23 avatar Jun 16 '22 22:06 vrdn-23