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

Overhaul inheritance - VE #22

Open
Tracked by #42
daniel-z-kaplan opened this issue Jan 24, 2024 · 1 comment
Open
Tracked by #42

Overhaul inheritance - VE #22

daniel-z-kaplan opened this issue Jan 24, 2024 · 1 comment

Comments

@daniel-z-kaplan
Copy link
Collaborator

No description provided.

@Alexis-BX
Copy link
Member

Right now VEs (in robin/model/multimodal_encoder/) have no parent class

  • create parent class in VE folder
  • clean children classes (move as much as possible to parent)
  • integrate build_vision_tower into class init
  • remove all calls to children in other files (eg train.py, train()), replace with a type attribute
  • clean up imports

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants