-
Notifications
You must be signed in to change notification settings - Fork 328
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
Support Swin Transformer Model #671
Comments
I would like to work on this! |
Hey @tanzhenyu I got around reading the contriution guideline and the API design document. I was unable to find a guide to contribute a model inside of My main doubts:
|
It would be useful to have something like: |
Also, do we have a duplicate ticket with #636 ? |
Yes we do expect porting the weights and verifying the results against the original paper. For the guide, @bhack 's reference is most relevant. |
@ariG23498 will you mind if I join you on this PR? |
I have no issues collaborating with you on this one! |
We have @sayakpaul /~https://github.com/sayakpaul/swin-transformers-tf for this Then we need to build the training phase. |
To do transformer-based models we'll need new layers (reusable) and blocks (might be reusable). KerasCV is currently missing blocks to rapidly build transformer-based models. Might be worth taking a detour to work on those components first |
I agree with @DavidLandup0. |
Hi! Are you guys @ayulockin and @ariG23498 still working on this? I would like to help if it's alright. |
Is Anyone working on this?? |
This issue is stale because it has been open for 180 days with no activity. It will be closed if no further activity occurs. Thank you. |
Thanks for reporting the issue! We have consolidated the development of KerasCV into the new KerasHub package, which supports image, text, and multi-modal models. Please read keras-team/keras-hub#1831. KerasHub will support all the core functionality of KerasCV. KerasHub can be installed with !pip install -U keras-hub. Documentation and guides are available at keras.io/keras_hub. With our focus shifted to KerasHub, we are not planning any further development or releases in KerasCV. If you encounter a KerasCV feature that is missing from KerasHub, or would like to propose an addition to the library, please file an issue with KerasHub. |
Related to #668, this is another transformer based model which we'd like to be supported. For simplicity, focus on only classification task, having in mind that future detection tasks might rely on it.
For contributors, please follow the contribution guide.
And specifically, on the API Design Guide, we'd like to see a brief description of how the model would look like before implementation, preferrably conforming to the tf.keras.application style.
The text was updated successfully, but these errors were encountered: