Open vrdn-23 opened 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.
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.