-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IllegalStateException: ERROR: Unable to run session Expects arg[0] to be uint8 but int32 is provided || Unsupported data type: UBYTE #980
Comments
CodeCombiner
changed the title
java.lang.IllegalArgumentException: Unable to parse protobuf when "RunGraphExample"
IllegalStateException: ERROR: Unable to run session Expects arg[0] to be uint8 but int32 is provided || Unsupported data type: UBYTE
May 3, 2020
Can you post full stack trace please? |
|
Source code of Scala function:
|
Python Object detection working source code:
|
@agibsonccc ^^^ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trying to run RunGraphExample frozen_graph.pb on trained model Faster-RCNN with Tensorflow 1.13.1 , org.deeplearning4j "1.0.0-beta6" (Tensorflow 1.15)
Error appears at line
inputMap.put(inputs.get(0), shapedArray)
if shapedArray is
int
then error is :If shapedArray is
short
or.castTo(UBYTE)
then error is :https://github.com/eclipse/deeplearning4j-examples/blob/master/tf-import-examples/src/main/java/org/nd4j/examples/RunGraphExample.java
The text was updated successfully, but these errors were encountered: