-
Notifications
You must be signed in to change notification settings - Fork 320
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
Add Decorator for GenerationStep only functions in GenerationStrategy #2045
Conversation
This pull request was exported from Phabricator. Differential Revision: D51816513 |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #2045 +/- ##
==========================================
+ Coverage 94.52% 94.61% +0.08%
==========================================
Files 460 460
Lines 44638 44845 +207
==========================================
+ Hits 42195 42429 +234
+ Misses 2443 2416 -27 ☔ View full report in Codecov by Sentry. |
621f017
to
27bde9b
Compare
…facebook#2045) Summary: This diff does the following: Add decorator for functions that are only supported in steps -- this prevents some code redundancy upcoming: (1) update the storage to include nodes independently (and not just as part of step) (2) delete now unused GenStep functions (3) final pass on all the doc strings and variables -- lots to clean up here (4) add transition criterion to the repr string + some of the other fields that havent made it yet on GeneratinoNode (5) Do a final pass of the generationStrategy/GenerationNode files to see what else can be migrated/condensed (6) rename transiton criterion to action criterion (7) remove conditionals for legacy usecase ( clean up any lingering todos Reviewed By: lena-kashtelyan Differential Revision: D51816513
This pull request was exported from Phabricator. Differential Revision: D51816513 |
27bde9b
to
bee22e0
Compare
…facebook#2045) Summary: This diff does the following: Add decorator for functions that are only supported in steps -- this prevents some code redundancy upcoming: (1) update the storage to include nodes independently (and not just as part of step) (2) delete now unused GenStep functions (3) final pass on all the doc strings and variables -- lots to clean up here (4) add transition criterion to the repr string + some of the other fields that havent made it yet on GeneratinoNode (5) Do a final pass of the generationStrategy/GenerationNode files to see what else can be migrated/condensed (6) rename transiton criterion to action criterion (7) remove conditionals for legacy usecase ( clean up any lingering todos Reviewed By: lena-kashtelyan Differential Revision: D51816513
This pull request was exported from Phabricator. Differential Revision: D51816513 |
… default to GenerationNodes (facebook#2024) Summary: This diff does the following: Supports GenerationNodes at the level of GenerationStrategy. This is the big hurrah diff! upcoming: (0) Add decorator for functions that are only supported in steps (1) update the storage to include nodes independently (and not just as part of step) (2) delete now unused GenStep functions (3) final pass on all the doc strings and variables -- lots to clean up here (4) add transition criterion to the repr string + some of the other fields that havent made it yet on GeneratinoNode (5) Do a final pass of the generationStrategy/GenerationNode files to see what else can be migrated/condensed (6) rename transiton criterion to action criterion (7) remove conditionals for legacy usecase (8) clean up any lingering todos Reviewed By: lena-kashtelyan Differential Revision: D51120002
…facebook#2045) Summary: This diff does the following: Add decorator for functions that are only supported in steps -- this prevents some code redundancy upcoming: (1) update the storage to include nodes independently (and not just as part of step) (2) delete now unused GenStep functions (3) final pass on all the doc strings and variables -- lots to clean up here (4) add transition criterion to the repr string + some of the other fields that havent made it yet on GeneratinoNode (5) Do a final pass of the generationStrategy/GenerationNode files to see what else can be migrated/condensed (6) rename transiton criterion to action criterion (7) remove conditionals for legacy usecase ( clean up any lingering todos Reviewed By: lena-kashtelyan Differential Revision: D51816513
bee22e0
to
d3906b0
Compare
This pull request was exported from Phabricator. Differential Revision: D51816513 |
This pull request has been merged in a28e851. |
Summary:
This diff does the following:
Add decorator for functions that are only supported in steps -- this prevents some code redundancy
upcoming:
(1) update the storage to include nodes independently (and not just as part of step)
(2) delete now unused GenStep functions
(3) final pass on all the doc strings and variables -- lots to clean up here
(4) add transition criterion to the repr string + some of the other fields that havent made it yet on GeneratinoNode
(5) Do a final pass of the generationStrategy/GenerationNode files to see what else can be migrated/condensed
(6) rename transiton criterion to action criterion
(7) remove conditionals for legacy usecase
( clean up any lingering todos
Differential Revision: D51816513