-
Notifications
You must be signed in to change notification settings - Fork 322
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
Updating passing of data loader configs #3465
base: main
Are you sure you want to change the base?
Conversation
8a92df9
to
0d39cf3
Compare
This pull request was exported from Phabricator. Differential Revision: D70646419 |
0d39cf3
to
eb40b7e
Compare
Summary: This commit changes the way data loader configs are passed throughout the code, deprecating the old way of passing e.g. `fit_out_of_design`, in favor of passing a `DataLoaderConfig` object. Differential Revision: D70646419
eb40b7e
to
f129074
Compare
This pull request was exported from Phabricator. Differential Revision: D70646419 |
Summary: Pull Request resolved: facebook#3465 This commit changes the way data loader configs are passed throughout the code, deprecating the old way of passing e.g. `fit_out_of_design`, in favor of passing a `DataLoaderConfig` object. Differential Revision: D70646419
f129074
to
a51f8f9
Compare
This pull request was exported from Phabricator. Differential Revision: D70646419 |
Summary: Pull Request resolved: facebook#3465 This commit changes the way data loader configs are passed throughout the code, deprecating the old way of passing e.g. `fit_out_of_design`, in favor of passing a `DataLoaderConfig` object. Differential Revision: D70646419
446f8e7
to
ab1f66e
Compare
Summary: This commit changes the way data loader configs are passed throughout the code, deprecating the old way of passing e.g. `fit_out_of_design`, in favor of passing a `DataLoaderConfig` object. Differential Revision: D70646419
This pull request was exported from Phabricator. Differential Revision: D70646419 |
Summary: This commit changes the way data loader configs are passed throughout the code, deprecating the old way of passing e.g. `fit_out_of_design`, in favor of passing a `DataLoaderConfig` object. Reviewed By: sdaulton, saitcakmak Differential Revision: D70646419
ab1f66e
to
f34c772
Compare
This pull request was exported from Phabricator. Differential Revision: D70646419 |
Summary: Pull Request resolved: facebook#3465 This commit changes the way data loader configs are passed throughout the code, deprecating the old way of passing e.g. `fit_out_of_design`, in favor of passing a `DataLoaderConfig` object. Reviewed By: sdaulton, saitcakmak Differential Revision: D70646419
f34c772
to
e27e54f
Compare
Summary: This commit changes the way data loader configs are passed throughout the code, deprecating the old way of passing e.g. `fit_out_of_design`, in favor of passing a `DataLoaderConfig` object. Reviewed By: sdaulton, saitcakmak Differential Revision: D70646419
e27e54f
to
e176018
Compare
This pull request was exported from Phabricator. Differential Revision: D70646419 |
Summary: Pull Request resolved: facebook#3465 This commit changes the way data loader configs are passed throughout the code, deprecating the old way of passing e.g. `fit_out_of_design`, in favor of passing a `DataLoaderConfig` object. Reviewed By: sdaulton, saitcakmak Differential Revision: D70646419
e176018
to
cf44fa6
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3465 +/- ##
==========================================
- Coverage 96.02% 96.02% -0.01%
==========================================
Files 539 539
Lines 52886 52891 +5
==========================================
+ Hits 50785 50788 +3
- Misses 2101 2103 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Summary: This commit changes the way data loader configs are passed throughout the code, deprecating the old way of passing e.g. `fit_out_of_design`, in favor of passing a `DataLoaderConfig` object. Reviewed By: sdaulton, saitcakmak Differential Revision: D70646419
cf44fa6
to
089946b
Compare
This pull request was exported from Phabricator. Differential Revision: D70646419 |
Summary: This commit changes the way data loader configs are passed throughout the code, deprecating the old way of passing e.g.
fit_out_of_design
, in favor of passing aDataLoaderConfig
object.Differential Revision: D70646419