-
Notifications
You must be signed in to change notification settings - Fork 7.1k
port prototype transforms kernel tests to new architecture #6612
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
Both actually.
|
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.
Looks good to me.
Let's enable crop_image_tensor
and it is good to go
@pmeier can we port gaussian blur to new framework such that we may have less flaky issues with this test :) |
…6612) Summary: * port vertical_flip * port rotate * port crop * port resized_crop * port pad * port perspective * port elastic * port center_crop * port gaussian_blur * port equalize * port invert * port posterize * port solarize * port autocontrast * port adjust_sharpness * port erase * fix kernel infos * renable crop references * add tolerances to gaussian_blur kernel info Reviewed By: NicolasHug Differential Revision: D39765315 fbshipit-source-id: e7cd4a9d0a22549e2f636cdf8f285e178f04733c
Per title. There are still some references to port, but I'll do that in a follow up PR. Currently there are also quite a few failing tests. I'll have a look if I botched the sample inputs generation or if the test actually uncovered some bugs.