-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Recoded gaussian blur using pil_to_tensor instead of to_tensor #5503
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
💊 CI failures summary and remediationsAs of commit 541a5e8 (more details on the Dr. CI page): 💚 💚 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. |
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.
@vfdev-5 thanks for the PR. Just a couple of comments, let me know what you think!
@datumbox thanks for the review ! Sounds good to me to remove the warnings and just scope for gaussian blur update. |
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, thanks!
Hey @vfdev-5! 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 |
Reviewed By: datumbox Differential Revision: D34579505 fbshipit-source-id: cddd5dc73bcb7e12338c785381e1f51e8f1c702f
Description: