-
Notifications
You must be signed in to change notification settings - Fork 28.4k
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
Adding TF Implementation of BEiT #18085
Comments
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread. Please note that issues that do not follow the contributing guidelines are likely to be ignored. |
Hi @MadElf1337 do you have any updates? Are you still planning on contributing this model? |
Yep I’m still working on the model, had to keep it aside for a bit due to my uni exam schedule, but will start again the day my exams are over Regarding the updates, I am done with the architecture, have to write the functions for specific purposes(like segmentation) and the tests |
Great - glad to hear you're still interested :) As @NielsRogge pointed out, data2vec vision is an extension of BEiT. This means the porting should be a lot simpler! In our pytorch BEiT implementation, you can see this from the Could you open a draft PR for the model please so that the code is visible? Good luck with the last of your exams! |
Yes I’ll open a draft PR to show the code that’s been done till date And thanks! |
Feature request
Addition of TF implementation of BEiT
Motivation
I have always seen that there is a discrepancy in the availability of models for PyTorch and the models available in TensorFlow, and want to have models for usage in both backends.
Your contribution
I will add the implementation of BEiT in TF :)
cc - @gante
The text was updated successfully, but these errors were encountered: