-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Use FX feature extractor for segm model #4563
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
@vfdev-5 Thanks for the PR. Adding the extra parameter will introduce twice as many tests for each model which will slow things down. As discussed at #4540 (comment), which solution we use to extract the features seems an internal detail for the models that we can easily adapt if the FX requires changes. Moreover given that the module |
94bf3bb
to
21b0ff8
Compare
@datumbox OK, sounds good to remove |
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 a lot!
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 @vfdev-5!
Summary: * Use FX feature extractor for segm model * Removed use_fe option Reviewed By: NicolasHug Differential Revision: D31505556 fbshipit-source-id: ff7b12aabab5363dd0ae10a03aaf008e7497946e
* Use FX feature extractor for segm model * Removed use_fe option
* Use FX feature extractor for segm model * Removed use_fe option
Description:
Related to #4540
cc @datumbox