How to load tensorflow model in onnx java runtime and make inference #5144
Unanswered
bejugamvarun
asked this question in
Other Q&A
Replies: 1 comment
-
What steps did you try? There are many examples of loading models in the Java unit tests. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I created a simple regression model in tensorflow and converted it into the onnx format using the converter and i couldn't load my onnx model in java runtime i used the maven dependency provided and I couldn't find any clear documentation regarding the java api for onnx runtime
Beta Was this translation helpful? Give feedback.
All reactions