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 -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/6fb89145-e0e6-4048-a841-57fde6810188%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
