Weekly updated open sourced model implementations in Flax #1770
Unanswered
DarshanDeshpande
asked this question in
Show and tell
Replies: 2 comments 11 replies
-
Thanks for sharing @DarshanDeshpande! Now that you've implemented these models, please let us know if there were challenges you hit, so that we can improve Flax going forward for others! |
Beta Was this translation helpful? Give feedback.
1 reply
-
See also @matthias-wright's repository of pretrained models (mentioned in #1320): When re-implementing models it might be particularly useful to provide code for loading PyTorch weights and adding tests verifying that both implementations produce identical results. |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
JAX Models repository aims to provide open sourced JAX/Flax implementations for research papers originally without code or code written with frameworks other than JAX. The goal of this project is to make a collection of models, layers, activations and other utilities that are most commonly used for research
Some features of jax_models:
The repository is currently in its pre-alpha stage with only around 6 model and layer implementations. If you are interested in this, you can contribute by either asking for specific paper implementations or by helping me train and open source weights of these models.
If you like my work then please consider starring the repository and giving feedback. Thank you!
Link: https://github.com/DarshanDeshpande/jax-models
Beta Was this translation helpful? Give feedback.
All reactions