Skip to content

Is it a good idea to target latest opset version ? #5548

Answered by cbourjau
ghost asked this question in Q&A
Discussion options

You must be logged in to vote

Newer versions often simply gain more attributes, convert attributes to inputs, or support more types. Generally speaking, runtimes will often share the same implementation of an operation between different versions. All that means is that you are unlikely to see performance gains. A much more important point is that runtimes may be lagging behind the latest opset version. The onnxruntime, for example, still only supports the ai.onnx domain up to (including) version 18.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant