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

Flax implementation of Vit Lite? #78

Open
dhyani15 opened this issue Aug 28, 2023 · 1 comment
Open

Flax implementation of Vit Lite? #78

dhyani15 opened this issue Aug 28, 2023 · 1 comment

Comments

@dhyani15
Copy link

Hi team,

Thanks for open sourcing your work, may I ask if you might know any implementation of these models in Flax/Jax?

Best,
Naren

@stevenwalton
Copy link
Collaborator

ViT-Lite is simply the normal ViT with reduced layers and smaller patch sizes. See Section 3.2. Any existing Flax/Jax ViT model can be trivially adjusted to fit this.

As far as CCT, if you find or implement it (not a significantly difficult task) then we'd be happy to add it to our README in addition to the other third party implementations.

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

No branches or pull requests

2 participants