Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor Tagger models __init__ and setup_model() #420

Open
vrdn-23 opened this issue Jun 16, 2022 · 0 comments
Open

Refactor Tagger models __init__ and setup_model() #420

vrdn-23 opened this issue Jun 16, 2022 · 0 comments
Labels
refactoring Refactoring code without addition of new features.

Comments

@vrdn-23
Copy link
Contributor

vrdn-23 commented Jun 16, 2022

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 vrdn-23 added the refactoring Refactoring code without addition of new features. label Jun 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Refactoring code without addition of new features.
Projects
None yet
Development

No branches or pull requests

1 participant