Hey,
I'm evaluating tensorflow serving which uses grpc to provide prediction endpoints to tensorflow clients. I managed to export a tensorflow model to serving and also to compile the protos for the client but I cannot get them to match up, getting the following error:
AbortionError: AbortionError(code=StatusCode.INVALID_ARGUMENT, details="input tensor alias not found in signature: MY_ALIAS")
Is there a way to query a grpc endpoint on what it actually provides, something like an index where the server says, this is what I know and this is what you need to give me?
Thanks!
chris