forked from onnx/onnx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor improvements to versioning doc and proto comments. (onnx#3449)
Mostly for improved readability. Biggest changes: * In the operator versioning section, replace `op_version` with `since_version`. `op_version` is not actually a concept in ONNX. * In the operator set versioning example, remove references to the concept of deprecation. The versioning system does not actually have a deprecation mechanism. In the example, the operator A is not present in operator set version 4. Models that wish to use it will have to specify an opset version < 4. * Clarifying what should be done to model versions when accuracy or performance changes. The previous text did not include any clear guidance. Signed-off-by: Gary Miguel <[email protected]>
- Loading branch information
Showing
7 changed files
with
49 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.