-
Notifications
You must be signed in to change notification settings - Fork 48
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
Wording change: Streamline context creation and validation algorithms #519
Wording change: Streamline context creation and validation algorithms #519
Conversation
Note that there's still discussion in #498 (e.g. about the concept of context validity) so this is probably not a slam dunk to merge, but I wanted the artifact up to spur the discussion. |
Looks more compact, good. |
3d25992
to
f76ad2b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Bundle validation right into context creation, rather than making it a separate step. Note that with the removal of the "validate MLContext" algorithm, a handful of the internal enum members are never referenced; they are implicitly mapped to identical enums defined in Web IDL. This is discussed in webmachinelearning#497 which proposes de-duping the enums. In the mean time, the definitions are marked with "ignore" to silence warnings about unreferenced defnitions. Fixes webmachinelearning#498
f76ad2b
to
99ca098
Compare
Rebased, should be ready to go now. |
@inexorabletash Just checking if you can merge the change yourself, or whether you need me to click the button for you. |
Nope, I can't merge - someone with "Write" permissions needs to do it. I don't even have "Triage" ! |
To be explicit, @wchao1115 - a click on this and any other "approved" PRs with no open discussion would be very appreciated. |
…webmachinelearning#519) Bundle validation right into context creation, rather than making it a separate step. Note that with the removal of the "validate MLContext" algorithm, a handful of the internal enum members are never referenced; they are implicitly mapped to identical enums defined in Web IDL. This is discussed in webmachinelearning#497 which proposes de-duping the enums. In the mean time, the definitions are marked with "ignore" to silence warnings about unreferenced defnitions. Fixes webmachinelearning#498
Bundle validation right into context creation, rather than making it a separate step.
Fixes #498
Preview | Diff