can work by grpc ???
i make client with python in grpc but ut have a problem
i had to worke another porto that i dont make it
it code is for other programmer
unfortunately he is not available
so i have to make my client on a poroto built befor me
but what is problem ?
there is a error for reguest.inputi
that said :
grpc.framework.interfaces.face.face.AbortionError: AbortionError(code=StatusCode.INVALID_ARGUMENT, details="input tensor alias not found in signature: input. Inputs expected to be in the set {inputs}.")
but my code is :
request.inputs['input'].CopyFrom(tf.contrib.util.make_tensor_proto(data,shape=[1]))
and my poroto is:
// examples: {
// feature: {
// key : "cuisine"
// value: {
// bytes_list: {
// value: [ "Taqueria" ]
// }
// }
// }
// }
i can't send my input like poroto format :(
if any body can fix it
plz send me true code
i will tank you :)
Please format the code you posted, by wrapping it in triple backticks.
there are no any body?
Обсуждают сегодня