-
Notifications
You must be signed in to change notification settings - Fork 543
Separate out future logic from attribute method into attribute_future in Feature Ablation #1320
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
This pull request was exported from Phabricator. Differential Revision: D60911353 |
This pull request was exported from Phabricator. Differential Revision: D60911353 |
… in Feature Ablation (#1320) Summary: Pull Request resolved: #1320 This diff separates the logic for futures in the FeatureAblation class into its own method, attribute_future. This method should only be used with forward functions that return a future, and additional test cases were added to ensure the proper usage of the attribute and the attribute_future methods. the construct_future_forward helper method was also moved into the utils class to share with other method tests Differential Revision: D60911353
8c7083f
to
d9619f7
Compare
… in Feature Ablation (#1320) Summary: This diff separates the logic for futures in the FeatureAblation class into its own method, attribute_future. This method should only be used with forward functions that return a future, and additional test cases were added to ensure the proper usage of the attribute and the attribute_future methods. the construct_future_forward helper method was also moved into the utils class to share with other method tests Differential Revision: D60911353
d9619f7
to
e6c8bbc
Compare
This pull request was exported from Phabricator. Differential Revision: D60911353 |
… in Feature Ablation (#1320) Summary: This diff separates the logic for futures in the FeatureAblation class into its own method, attribute_future. This method should only be used with forward functions that return a future, and additional test cases were added to ensure the proper usage of the attribute and the attribute_future methods. the construct_future_forward helper method was also moved into the utils class to share with other method tests Reviewed By: yucu Differential Revision: D60911353
e6c8bbc
to
ed114f7
Compare
This pull request was exported from Phabricator. Differential Revision: D60911353 |
… in Feature Ablation (#1320) Summary: This diff separates the logic for futures in the FeatureAblation class into its own method, attribute_future. This method should only be used with forward functions that return a future, and additional test cases were added to ensure the proper usage of the attribute and the attribute_future methods. the construct_future_forward helper method was also moved into the utils class to share with other method tests Reviewed By: yucu Differential Revision: D60911353
ed114f7
to
f5d9053
Compare
This pull request was exported from Phabricator. Differential Revision: D60911353 |
… in Feature Ablation (#1320) Summary: Pull Request resolved: #1320 This diff separates the logic for futures in the FeatureAblation class into its own method, attribute_future. This method should only be used with forward functions that return a future, and additional test cases were added to ensure the proper usage of the attribute and the attribute_future methods. the construct_future_forward helper method was also moved into the utils class to share with other method tests Reviewed By: yucu Differential Revision: D60911353
This pull request was exported from Phabricator. Differential Revision: D60911353 |
f5d9053
to
fa2c11a
Compare
This pull request has been merged in 5ffd68a. |
Summary:
This diff separates the logic for futures in the FeatureAblation class into its own method, attribute_future. This method should only be used with forward functions that return a future, and additional test cases were added to ensure the proper usage of the attribute and the attribute_future methods.
the construct_future_forward helper method was also moved into the utils class to share with other method tests
Differential Revision: D60911353