-
Notifications
You must be signed in to change notification settings - Fork 319
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
Enable gen fallback model spec for GenerationNode #3209
base: main
Are you sure you want to change the base?
Conversation
This pull request was exported from Phabricator. Differential Revision: D67232696 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3209 +/- ##
=======================================
Coverage 95.87% 95.87%
=======================================
Files 513 513
Lines 51636 51651 +15
=======================================
+ Hits 49505 49520 +15
Misses 2131 2131 ☔ View full report in Codecov by Sentry. |
d0a1b49
to
418f72a
Compare
Summary: Allowing for gen fallback (default to sobol) upon running into specified error in GenerationNode.gen() Differential Revision: D67232696
This pull request was exported from Phabricator. Differential Revision: D67232696 |
Summary: Allowing for gen fallback (default to sobol) upon running into specified error in GenerationNode.gen() Differential Revision: D67232696
418f72a
to
138ef4b
Compare
This pull request was exported from Phabricator. Differential Revision: D67232696 |
Summary: Allowing for gen fallback (default to sobol) upon running into specified error in GenerationNode.gen() Differential Revision: D67232696
138ef4b
to
57a1cc0
Compare
This pull request was exported from Phabricator. Differential Revision: D67232696 |
Summary: We pass kwargs to ModelSpec.fit in order to pass state extracted when this ModelSpec was used last, back into the ModelSpec, in GenNode.fit (https://fburl.com/code/uic21yuw). Along with these, we pass any kwargs manually specified to GenNode.fit, but this behavior is unused in GenStrategy (https://fburl.com/code/20kpa363) and can thus be reaped. That was a remnant of how we used to pass the state from facebook#1, in GenStrategy and not in GenNode (https://www.internalfb.com/diff/D32003890?dst_version_fbid=499298561323086&transaction_fbid=623265442134398) and should be deprecated. Created from CodeHub with https://fburl.com/edit-in-codehub Reviewed By: saitcakmak Differential Revision: D67803329
Summary: Allowing for gen fallback (default to sobol) upon running into specified error in GenerationNode.gen() Differential Revision: D67232696
57a1cc0
to
827f4af
Compare
This pull request was exported from Phabricator. Differential Revision: D67232696 |
Summary: Allowing for gen fallback (default to sobol) upon running into specified error in GenerationNode.gen()
Differential Revision: D67232696