You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As it stands, the MultiTaskLitModule can be difficult to work with and is fragile. A refactor could help to resolve some issues, as well as introduce more functionality, modularity, and overall quality of life improvements when working with the module. As this would be a more involved refactor, collecting pros/cons of the current setup and ideas for improvement in this issue would be ideal to get a bird's eye view of the task at hand.
Request attributes
Would this be a refactor of existing code?
Does this proposal require new package dependencies?
Would this change break backwards compatibility?
Does this proposal include a new model?
Does this proposal include a new dataset?
Does this proposal include a new task/workflow?
Related issues
No response
Solution description
The resolution to most of the discussion points may still be unknown, and this is primarily intended as a source of discussion, brainstorming, and idea collating.
(In no particular order)
Pass only one encoder config, and generate output heads.
Remove unused code (e.g. the forward pass, self.encoder attribute, etc.).
Feature/behavior summary
As it stands, the
MultiTaskLitModule
can be difficult to work with and is fragile. A refactor could help to resolve some issues, as well as introduce more functionality, modularity, and overall quality of life improvements when working with the module. As this would be a more involved refactor, collecting pros/cons of the current setup and ideas for improvement in this issue would be ideal to get a bird's eye view of the task at hand.Request attributes
Related issues
No response
Solution description
The resolution to most of the discussion points may still be unknown, and this is primarily intended as a source of discussion, brainstorming, and idea collating.
(In no particular order)
self.encoder
attribute, etc.).Additional notes
No response
The text was updated successfully, but these errors were encountered: