Replies: 1 comment 8 replies
-
@theta666 @adamnsandle |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just converted the onnx file to ort file according to onnxruntime official webset, and when loading it(create session) in code with pre-build runtime on Android, AndroidStudio reports this error message: Failed to find kernel for Pow(7) (node Pow_874), I checked the onnxruntime-mobile type sheet support, of which the Pow opset is {12,13}, SO is there any way to re-create onnx file with newer opset_version?
Beta Was this translation helpful? Give feedback.
All reactions