-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Fixed sigma input type for v2.GaussianBlur #7887
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/vision/7887
Note: Links to docs will display an error until the docs builds have been completed. ❌ 3 New Failures, 1 Pending, 1 Unrelated FailureAs of commit 2086d2e with merge base a2f8f8e (): NEW FAILURES - The following jobs have failed:
FLAKY - The following job failed but was likely due to flakiness present on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few tests are failing, this should hopefully fix a few
Co-authored-by: Philip Meier <github.pmeier@posteo.de>
ca8be8a
to
ae31288
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM when green, thanks
Hey @NicolasHug! 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 |
@NicolasHug @vfdev-5 I'm creating a release branch for vision and notice these 2 failures coming from this change:
Could you help take a look to address them as soon as you could? The other option would probably be to revert this change to unblock the release |
@huydhn first failure is unrelated to this PR as happens during the compilation of Same for the second failure as according to logs: https://pipelines.actions.githubusercontent.com/serviceHosts/e1cea170-7cad-4fd4-b94c-3e3f4452f685/_apis/pipelines/1/runs/79880/signedlogcontent/12?urlExpires=2023-08-30T21%3A39%3A38.2279569Z&urlSigningMethod=HMACV1&urlSignature=tOpOBPfJVdDJ1jlYYVPow%2FHRlZRU5YmKqd9hMbUySEE%3D It starts failing with
none of further CUDA tests is passing. |
Let me retry these job one more time. Something else is probably causing these failures then and they are indeed pasing again in the latest vision commit https://hud.pytorch.org/hud/pytorch/vision/main |
Reviewed By: matteobettini Differential Revision: D48900377 fbshipit-source-id: 72b40e1fd390214714d1a964ca3d4373db9bde34 Co-authored-by: Philip Meier <github.pmeier@posteo.de> Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>
Fixes #7885
Description: