-
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
Update ModelBasedESS to use TorchAdapter instead of MapTorchAdapter #3464
base: main
Are you sure you want to change the base?
Conversation
This pull request was exported from Phabricator. Differential Revision: D70645611 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3464 +/- ##
==========================================
- Coverage 96.02% 96.02% -0.01%
==========================================
Files 539 539
Lines 52920 52918 -2
==========================================
- Hits 50818 50813 -5
- Misses 2102 2105 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
99f984b
to
d0be2a7
Compare
…acebook#3464) Summary: With the `MapKeyToFloat` transform, we can extract the same data using the `TorchAdapter`, and eliminate the dependency on `MapTorchAdapter` (which we may be deprecating). Differential Revision: D70645611
This pull request was exported from Phabricator. Differential Revision: D70645611 |
…acebook#3464) Summary: Pull Request resolved: facebook#3464 With the `MapKeyToFloat` transform, we can extract the same data using the `TorchAdapter`, and eliminate the dependency on `MapTorchAdapter` (which we may be deprecating). Differential Revision: D70645611
d0be2a7
to
a7634b6
Compare
…acebook#3464) Summary: Using the options available on `DataLoaderConfig`, we can extract the same data using the `TorchAdapter`, and eliminate the dependency on `MapTorchAdapter` (which we will be deprecating). We can transition this onto `MapKeyToFloat` down the line, once we clean up `map_keys_as_parameters` logic within the `Adapter`. Differential Revision: D70645611
a7634b6
to
dbc379a
Compare
This pull request was exported from Phabricator. Differential Revision: D70645611 |
…acebook#3464) Summary: Using the options available on `DataLoaderConfig`, we can extract the same data using the `TorchAdapter`, and eliminate the dependency on `MapTorchAdapter` (which we will be deprecating). We can transition this onto `MapKeyToFloat` down the line, once we clean up `map_keys_as_parameters` logic within the `Adapter`. Differential Revision: D70645611
Summary: Using the options available on
DataLoaderConfig
, we can extract the same data using theTorchAdapter
, and eliminate the dependency onMapTorchAdapter
(which we will be deprecating).We can transition this onto
MapKeyToFloat
down the line, once we clean upmap_keys_as_parameters
logic within theAdapter
.Differential Revision: D70645611