Vision Transformers in Flax #2290
-
Hi @marcvanzee , I hope all is well. We had previously messaged about example implementations in Flax. You had told me to open up a Show & Tell Discussion thread about linking an example to the Community Examples page. I wanted to share a repository with numerous different Vision Transformer architecture implementations and examples in Flax. There are 18 in total: https://github.com/conceptofmind/vit-flax The repository was co-authored with a peer: https://github.com/lucidrains The task type would be: Computer Vision The repository currently includes Flax transformer architecture implementations for papers such as:
I will be continuously updating it as I finish more research paper implementations. I greatly appreciate your time and consideration. Thank you, Enrico Shippole |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hey @conceptofmind, thanks for sharing! I thinks its important to point out that Flax implementations of the Vision Transformer are also available in the big_vision and vision_transformer repos, code from the original authors if I am not mistaken so its also worth to check out. |
Beta Was this translation helpful? Give feedback.
Hey @conceptofmind, thanks for sharing! I thinks its important to point out that Flax implementations of the Vision Transformer are also available in the big_vision and vision_transformer repos, code from the original authors if I am not mistaken so its also worth to check out.