Replies: 2 comments 2 replies
-
What's the error, then? |
Beta Was this translation helpful? Give feedback.
0 replies
-
The error comes from L248, the message shown is from L253 The specific error looks like the following:
It can be reproduced using the example model found here and the following pipeline:
I've been able to run the tensorflow examples without any issues, however these I believe don't use the SavedModel export format. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I am trying to load a tensorflow v2 model with NNStreamer; however I get an error when loading the model.
The error I get comes from this line: L248
Does NNstreamer tensorflow support loading the SavedModel format?
I believe the error happens because I'm using the SavedModel from tf v2 instead of the GraphDef from tf v1 directly.
I am building from source with the latest in the main branch.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions