Skip to content
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

Remove reference consistency tests #8023

Merged
merged 3 commits into from
Oct 5, 2023

Conversation

pmeier
Copy link
Contributor

@pmeier pmeier commented Oct 5, 2023

Reiterating from #8013 (comment):

We have consistency tests against v1 as part of our regular v2 tests. Meaning, the only things left in here are transforms that are not part of v1. These are the transforms that are part of our reference scripts and became part of the v2 API. The tests for them are

As for all the other consistency tests, these tests had the most value during the heavy development to avoid breaking consistency. Now that the API is stable and we need to keep BC anyway and the tests have been running smoothly for almost a year, their value is fairly low.

Plus, #7724 and the sister PRs enabled the v2 transforms in the references. In the long term, we'll likely drop support for transforms v1 in the reference scripts.

My vote is out for removing them completely hence this PR.

cc @vfdev-5

@pytorch-bot
Copy link

pytorch-bot bot commented Oct 5, 2023

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/vision/8023

Note: Links to docs will display an error until the docs builds have been completed.

❌ 1 New Failure, 3 Unrelated Failures

As of commit 123b73d with merge base 1d646d4 (image):

NEW FAILURE - The following job has failed:

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.

@pmeier pmeier marked this pull request as ready for review October 5, 2023 10:07
Copy link
Member

@NicolasHug NicolasHug left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks. I agree there's little value in keeping these tests around now that the development phase is over

@pmeier pmeier merged commit 1101c3d into pytorch:main Oct 5, 2023
59 of 63 checks passed
@pmeier pmeier deleted the remove-reference-consistency-tests branch October 5, 2023 12:04
@github-actions
Copy link

github-actions bot commented Oct 5, 2023

Hey @pmeier!

You merged this PR, but no labels were added. The list of valid labels is available at https://github.com/pytorch/vision/blob/main/.github/process_commit.py

facebook-github-bot pushed a commit that referenced this pull request Oct 31, 2023
Reviewed By: vmoens

Differential Revision: D50789101

fbshipit-source-id: 706aa0f811fd518522753206fc05097676e0d697
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants