-
Notifications
You must be signed in to change notification settings - Fork 607
Dynamic ViT #2476
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
Dynamic ViT #2476
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/2476
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (2 Unrelated Failures)As of commit eed0c61 with merge base ce344bc ( BROKEN TRUNK - The following jobs failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D54972681 |
This pull request was exported from Phabricator. Differential Revision: D54972681 |
This pull request was exported from Phabricator. Differential Revision: D54972681 |
Summary: Pull Request resolved: pytorch#2476 Tests for Dynamic ViT We make ViT dynamic by bilinear resizing the input before feeding to ViT Reviewed By: digantdesai Differential Revision: D54972681
1d5da50
to
97986e9
Compare
This pull request was exported from Phabricator. Differential Revision: D54972681 |
Summary: Pull Request resolved: pytorch#2476 Tests for Dynamic ViT We make ViT dynamic by bilinear resizing the input before feeding to ViT Reviewed By: digantdesai Differential Revision: D54972681
97986e9
to
55fa41a
Compare
This pull request was exported from Phabricator. Differential Revision: D54972681 |
Summary: Pull Request resolved: pytorch#2476 Tests for Dynamic ViT We make ViT dynamic by bilinear resizing the input before feeding to ViT Reviewed By: digantdesai, kirklandsign Differential Revision: D54972681
55fa41a
to
09ad473
Compare
This pull request was exported from Phabricator. Differential Revision: D54972681 |
Summary: Pull Request resolved: pytorch#2476 Tests for Dynamic ViT We make ViT dynamic by bilinear resizing the input before feeding to ViT Reviewed By: digantdesai, kirklandsign Differential Revision: D54972681
09ad473
to
b7b02a9
Compare
Differential Revision: D54650121
Differential Revision: D54665767
Differential Revision: D54666427
Differential Revision: D54972684
Differential Revision: D54972682
Summary: Pull Request resolved: pytorch#2476 Tests for Dynamic ViT We make ViT dynamic by bilinear resizing the input before feeding to ViT Reviewed By: digantdesai, kirklandsign Differential Revision: D54972681
b7b02a9
to
eed0c61
Compare
This pull request was exported from Phabricator. Differential Revision: D54972681 |
This pull request has been merged in d1bc794. |
Summary:
Tests for Dynamic ViT
We make ViT dynamic by bilinear resizing the input before feeding to ViT
Differential Revision: D54972681