Change the input of mvit_v2_s on the FX test#83242
Conversation
🔗 Helpful links
✅ No Failures (0 Pending)As of commit fb7728f (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. |
|
@datumbox has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
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
|
This pull request was exported from Phabricator. Differential Revision: D38614693 |
7c0839d to
fb7728f
Compare
|
@pytorchbot merge (Initiating merge automatically since Phabricator Diff has merged) |
|
@pytorchbot successfully started a merge job. Check the current status here. |
|
Hey @datumbox. |
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
Addresses some breakages 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_sarchitecture.