[vision hash update] update the pinned vision hash#82560
[vision hash update] update the pinned vision hash#82560pytorchmergebot wants to merge 1 commit intomasterfrom
Conversation
|
@pytorchbot merge -g |
🔗 Helpful links
✅ No Failures (0 Pending)As of commit c762c9f (more details on the Dr. CI page): Expand to see more💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
|
@pytorchbot successfully started a merge job. Check the current status here |
|
Merge failed due to Refusing to merge as mandatory check(s) pull failed for rule CI Pinned Hashes |
|
@pytorchbot merge -g |
026f0aa to
5047036
Compare
|
@pytorchbot successfully started a merge job. Check the current status here |
|
Merge failed due to Refusing to merge as mandatory check(s) pull failed for rule CI Pinned Hashes |
|
@pytorchbot merge -g |
5047036 to
b57b5d6
Compare
|
@pytorchbot successfully started a merge job. Check the current status here |
|
Merge failed due to Refusing to merge as mandatory check(s) pull failed for rule CI Pinned Hashes |
|
@pytorchbot merge -g |
b57b5d6 to
83453a6
Compare
|
@pytorchbot successfully started a merge job. Check the current status here |
|
Merge failed due to Refusing to merge as mandatory check(s) pull failed for rule CI Pinned Hashes |
|
@pytorchbot merge -g |
83453a6 to
92b9599
Compare
|
@pytorchbot successfully started a merge job. Check the current status here |
|
Merge failed due to Refusing to merge as mandatory check(s) pull failed for rule CI Pinned Hashes |
|
@pytorchbot merge -g |
92b9599 to
7dc5986
Compare
|
@pytorchbot successfully started a merge job. Check the current status here |
|
Merge failed due to Refusing to merge as mandatory check(s) pull failed for rule CI Pinned Hashes |
|
@pytorchbot merge -g |
7dc5986 to
dc4fdd5
Compare
|
Merge failed due to Refusing to merge as mandatory check(s) pull failed for rule CI Pinned Hashes |
|
@pytorchbot merge -g |
006e4c4 to
9244988
Compare
|
@pytorchbot successfully started a merge job. Check the current status here |
|
Merge failed due to Refusing to merge as mandatory check(s) pull failed for rule CI Pinned Hashes |
Summary: Resolves [breakages](https://github.com/pytorch/pytorch/runs/7762125339?check_suite_focus=true) observed at #82560 Context: The current FX tests assume that every public method under `torchvision.models` is a model builder method. To get a list of those methods, they query the `__dict__` attribute of the module. Unfortunately this assumption is not true and the tests already contain some workarounds to filter some methods. A better approach would be to query TorchVision for all of its available models under a specific module. This is exactly what the new Registration API can help us do and that's what we use in this PR. Pull Request resolved: #83187 Test Plan: buck1 test mode/dev //caffe2/test:fx Reviewed By: ezyang Differential Revision: D38583882 Pulled By: datumbox fbshipit-source-id: a2b98596928f95fba7e4f34d047e0602f0a6c1f9
Resolves [breakages](https://github.com/pytorch/pytorch/runs/7762125339?check_suite_focus=true) observed at #82560 Context: The current FX tests assume that every public method under `torchvision.models` is a model builder method. To get a list of those methods, they query the `__dict__` attribute of the module. Unfortunately this assumption is not true and the tests already contain some workarounds to filter some methods. A better approach would be to query TorchVision for all of its available models under a specific module. This is exactly what the new Registration API can help us do and that's what we use in this PR. Pull Request resolved: #83187 Approved by: https://github.com/ezyang
Summary: Resolves [breakages](https://github.com/pytorch/pytorch/runs/7762125339?check_suite_focus=true) observed at #82560 Context: The current FX tests assume that every public method under `torchvision.models` is a model builder method. To get a list of those methods, they query the `__dict__` attribute of the module. Unfortunately this assumption is not true and the tests already contain some workarounds to filter some methods. A better approach would be to query TorchVision for all of its available models under a specific module. This is exactly what the new Registration API can help us do and that's what we use in this PR. Pull Request resolved: #83187 Test Plan: buck1 test mode/dev //caffe2/test:fx Reviewed By: ezyang Differential Revision: D38583882 Pulled By: datumbox fbshipit-source-id: 65ac636afc9898ca6edaddfd085db69ec40fd34d
|
@pytorchbot merge -g |
9244988 to
aadeda2
Compare
|
@pytorchbot successfully started a merge job. Check the current status here |
|
Merge failed due to Refusing to merge as mandatory check(s) pull failed for rule CI Pinned Hashes |
Summary: Addresses some [breakages](https://github.com/pytorch/pytorch/runs/7782559841?check_suite_focus=true) from #82560 Pull Request resolved: #83242 Differential Revision: D38614693 Pulled By: datumbox fbshipit-source-id: 882eea1b6c57d48d7d5b9efe7437fccf7f1e34d8
Addresses some [breakages](https://github.com/pytorch/pytorch/runs/7782559841?check_suite_focus=true) from #82560 Context: The tests are breaking because a new architecture was added in TorchVision (see pytorch/vision#6373) that requires a different input size. This PR addresses it by using the right size for the `mvit_v2_s` architecture. Pull Request resolved: #83242 Approved by: https://github.com/ezyang
Summary: Addresses some [breakages](https://github.com/pytorch/pytorch/runs/7782559841?check_suite_focus=true) from #82560 Pull Request resolved: #83242 Reviewed By: ezyang Differential Revision: D38614693 Pulled By: datumbox fbshipit-source-id: 4096b935b0bf90cc921e231c3554e144b66d7515
|
@pytorchbot merge -g |
aadeda2 to
c762c9f
Compare
|
@pytorchbot successfully started a merge job. Check the current status here. |
|
Hey @pytorchmergebot. |
Summary: This PR is auto-generated nightly by [this action](https://github.com/pytorch/pytorch/blob/master/.github/workflows/_update-commit-hash.yml). Update the pinned vision hash. Pull Request resolved: #82560 Approved by: https://github.com/pytorchbot Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/d5fb4e2a2769f712077cb51b34dec21ea56f6d71 Reviewed By: atalman Differential Revision: D38658633 Pulled By: atalman fbshipit-source-id: e61d94e3f9209a99d57928b81370815d405211b3
This PR is auto-generated nightly by this action.
Update the pinned vision hash.