-
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
Rename modeling layer components #3280
base: main
Are you sure you want to change the base?
Conversation
This pull request was exported from Phabricator. Differential Revision: D68735059 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3280 +/- ##
=======================================
Coverage 96.04% 96.04%
=======================================
Files 518 518
Lines 52162 52170 +8
=======================================
+ Hits 50098 50106 +8
Misses 2064 2064 ☔ View full report in Codecov by Sentry. |
This pull request was exported from Phabricator. Differential Revision: D68735059 |
Summary: Pull Request resolved: facebook#3280 Rename `Model` -> `Generator`, `ModelSpec` -> `GeneratorSpec`, `Modelbridge` -> `Adapter`. This also updates the decoders so that we can load objects stored with the previous names: e.g. decode `Models` as `Generators`. Differential Revision: D68735059
2f5242a
to
e3004c4
Compare
This pull request was exported from Phabricator. Differential Revision: D68735059 |
e3004c4
to
3066cff
Compare
Summary: Pull Request resolved: facebook#3280 Rename `Model` -> `Generator`, `ModelSpec` -> `GeneratorSpec`, `Modelbridge` -> `Adapter`. This also updates the decoders so that we can load objects stored with the previous names: e.g. decode `Models` as `Generators`. Differential Revision: D68735059
This pull request was exported from Phabricator. Differential Revision: D68735059 |
Summary: Pull Request resolved: facebook#3280 Rename `Model` -> `Generator`, `ModelSpec` -> `GeneratorSpec`, `Modelbridge` -> `Adapter`. This also updates the decoders so that we can load objects stored with the previous names: e.g. decode `Models` as `Generators`. Differential Revision: D68735059
3066cff
to
76cfab0
Compare
This pull request was exported from Phabricator. Differential Revision: D68735059 |
Summary: Pull Request resolved: facebook#3280 Rename `Model` -> `Generator`, `ModelSpec` -> `GeneratorSpec`, `Modelbridge` -> `Adapter`. This also updates the decoders so that we can load objects stored with the previous names: e.g. decode `Models` as `Generators`. Differential Revision: D68735059
76cfab0
to
7ebad17
Compare
This pull request was exported from Phabricator. Differential Revision: D68735059 |
7ebad17
to
9c48509
Compare
Summary: Pull Request resolved: facebook#3280 Rename `Model` -> `Generator`, `ModelSpec` -> `GeneratorSpec`, `Modelbridge` -> `Adapter`. This also updates the decoders so that we can load objects stored with the previous names: e.g. decode `Models` as `Generators`. Differential Revision: D68735059
Summary: Pull Request resolved: facebook#3280 Rename `Model` -> `Generator`, `ModelSpec` -> `GeneratorSpec`, `Modelbridge` -> `Adapter`. This also updates the decoders so that we can load objects stored with the previous names: e.g. decode `Models` as `Generators`. Reviewed By: saitcakmak Differential Revision: D68735059
This pull request was exported from Phabricator. Differential Revision: D68735059 |
9c48509
to
4b45bd6
Compare
Summary:
Rename
Model
->Generator
,ModelSpec
->GeneratorSpec
,Modelbridge
->Adapter
.This also updates the decoders so that we can load objects stored with the previous names: e.g. decode
Models
asGenerators
.Differential Revision: D68735059