-
Notifications
You must be signed in to change notification settings - Fork 25.6k
[fix] accounting for dilation in pool padding assertion #118897
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
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/118897
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit def77f8 with merge base 124a54e ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Errors in CI don't seem to be related to PR. Am I understanding this correctly? |
@pytorchbot rebase |
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.
Thanks for reopening the PR, this looks ok! Rebasing the PR to re-run CI since the base rev is 4 months old.
You might need to fix lint if you haven't already
make setup_lint
and lintrunner -a
from your local pytorch directory
@pytorchbot started a rebase job onto refs/remotes/origin/viable/strict. Check the current status here |
Successfully rebased |
Glad to hear that!
I have fixed it, now CI looks green |
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.
Thanks!
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Fixes #7541 It is a copy of #111427, I have failed to fix all its issues in time, and it got closed. Pull Request resolved: #118897 Approved by: https://github.com/mikaylagawarecki
Fixes #7541 It is a copy of #111427, I have failed to fix all its issues in time, and it got closed. Pull Request resolved: #118897 Approved by: https://github.com/mikaylagawarecki
Fixes #7541
It is a copy of #111427, as it got closed.