-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
I got error like :
Exception in thread "main" io.grpc.StatusRuntimeException: UNIMPLEMENTED
at io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCalls.java:210)
at io.grpc.stub.ClientCalls.getUnchecked(ClientCalls.java:191)
at io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:124)
at edu.usc.irds.tensorflow.grpc.InceptionBlockingStub.classify(InceptionBlockingStub.java:63)
at edu.usc.irds.tensorflow.grpc.TensorflowObjectRecogniser.recognise(TensorflowObjectRecogniser.java:67)
at edu.usc.irds.tensorflow.grpc.Main.main(Main.java:49)
Not sure whether the client side or the server side is broken. The server is running and image is ready, may be something about the protocol. Do you have a clue?
UPDATE:
I am not running inception-model but MNIST-model, did this could cause the error? If so, how can I change the code to the MNIST-model?
Metadata
Metadata
Assignees
Labels
No labels