-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Adding vit_h_14 architecture #5210
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
Conversation
💊 CI failures summary and remediationsAs of commit b322765 (more details on the Dr. CI page): ✅ None of the CI failures appear to be your fault 💚
🚧 1 ongoing upstream failure:These were probably caused by upstream breakages that are not fixed yet.
This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks @sallysyw !
This PR breaks our CI and causes memory issue not only for ViT but also for other models. Given that we don't offer weights for it, we should revert and investigate ways to add it back without breaking the CI. |
Summary: * adding vit_h_14 * prototype and docs * bug fix * adding curl check Reviewed By: jdsgomes, prabhat00155 Differential Revision: D33739390 fbshipit-source-id: 22a2c6a5c5b8b2a62d78333662c60604f65d883b
See whether the unittest can pass after changes in #5176
cc @datumbox