-
Notifications
You must be signed in to change notification settings - Fork 27k
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
Move weight initialization for DeformableDetr #29818
Comments
c.c. @amyeroberts |
A note for anyone coming to this: this is for all DETR related models cc @NielsRogge |
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. |
Will work on this this week |
Any update @EduardoPach? |
Busy with other things lately and prioritizing my free time to more impactful contributions. I believe this issue could be tagged with |
Hello @amyerobert ! I am interested in working on that issue (as my first issue). I dove a little bit into the issue, if I reformulate it:
|
@g-prz Yep - that's right! When you're ready feel free to open a PR and ping me for review 🤗 |
System Info
Not relevant
Reproduction
See Deformable Detr Modeling.
Expected behavior
All weight initializations should be done in
_init_weights
of thexxxPretrainedModel
classThe text was updated successfully, but these errors were encountered: