-
Notifications
You must be signed in to change notification settings - Fork 49
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
Define algorithms for dictionaries with lists as default values #211
Comments
This is mostly taken care of by 0fe9e5c and prior changes, albeit with slightly different wording than suggested by @domenic Suggested:
Current:
Differences:
I'll put up a PR for the "the list" wording change, after that perhaps this can be closed? |
Infra convention and recommended by webmachinelearning#211 - rather than the just «» syntax, specify the Infra type of "list" and link to the definition.
I like the most compact formulation, which simplifies reading of a long algorithm:
But I get the logic in Domenic's suggestion, especially when used in a shorter algorithm. However, when there are repetitions, IMHO the more compact version is far more readable. |
Infra convention and recommended by webmachinelearning#211 - rather than the just «» syntax, specify the Infra type of "list" and link to the definition.
Infra convention and recommended by webmachinelearning#211 - rather than the just «» syntax, specify the Infra type of "list" and link to the definition.
|
This adds an explicit algorithm step in layerNormalization() to provide a default described only in prose for the axes option. For webmachinelearning#211
This adds an explicit algorithm step in layerNormalization() to provide a default described only in prose for the axes option. For webmachinelearning#211
Testing: @webmachinelearning/triage folks should review and consider closing this after the above PR merges |
This adds an explicit algorithm step in layerNormalization() to provide a default described only in prose for the axes option. For webmachinelearning#211
This adds an explicit algorithm step in layerNormalization() to provide a default described only in prose for the axes option. For webmachinelearning#211
I claim this can be closed now, so I'm gonna do it. New bugs if we missed any cleanup, please! |
Via @domenic https://github.com/webmachinelearning/webnn/pull/204/files#r703625252
We should make this a global update to all affected dictionaries. We probably want to define a reusable algorithm we reference from all these places.
Given this issue is specific to dictionaries with list defaults, for "method steps" convention in general, I opened #210
The text was updated successfully, but these errors were encountered: