Put back previous tolerance for test_classification and test_video #7202
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This reverts #6380 which was identified to be the cause of various recent failures #7114 (comment).
This PR fixes the current model failures for video and classification (except for this weird cuda-vit_h_14 failure which is tracked in #7143.
EDIT: there's still a failure for resnet101 as well
I'll submit another PR for the detection model and mark them as flaky (like what #7130 already does)
Like all of those quick-fix PRs, this one is less than ideal. It's just a patch over an already messy situation. In the (hopefully near) future, we should focus on more robust changes like the one proposed in #7130
cc @pmeier