--
You received this message because you are subscribed to the Google Groups "TensorFlow Extended (TFX)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tfx+uns...@tensorflow.org.
To view this discussion on the web visit https://groups.google.com/a/tensorflow.org/d/msgid/tfx/e32c2bd3-91bd-4bcf-9c2e-750d8c319cba%40tensorflow.org.
+Pedram Pejman to see if he can help with your serving issue
To unsubscribe from this group and stop receiving emails from it, send an email to t...@tensorflow.org.
The given SavedModel SignatureDef contains the following input(s):
inputs['features_indices'] tensor_info:
dtype: DT_INT64
shape: (-1, -1)
name:
inputs['features_values'] tensor_info:
dtype: DT_FLOAT
shape: (-1, -1)
name:
The given SavedModel SignatureDef contains the following output(s):
outputs['class_ids'] tensor_info:
dtype: DT_FLOAT
shape: (1, 1827)
name: Cast:0
Method name is: tensorflow/serving/predict
{
"model_spec":{
"name": "my_model",
"signature_name": "",
"version": "1586165717"
}
,
"metadata": {"signature_def": {
"signature_def": {
"serving_default": {
"inputs": {
"features_values": {
"coo_sparse": {
"values_tensor_name": "ParseExample/ParseExampleV2:3",
"indices_tensor_name": "ParseExample/ParseExampleV2:1",
"dense_shape_tensor_name": "ParseExample/ParseExampleV2:5"
},
"dtype": "DT_FLOAT",
"tensor_shape": {
"dim": [
{
"size": "-1",
"name": ""
},
{
"size": "-1",
"name": ""
}
],
"unknown_rank": false
}
},
"features_indices": {
"coo_sparse": {
"values_tensor_name": "ParseExample/ParseExampleV2:2",
"indices_tensor_name": "ParseExample/ParseExampleV2:0",
"dense_shape_tensor_name": "ParseExample/ParseExampleV2:4"
},
"dtype": "DT_INT64",
"tensor_shape": {
"dim": [
{
"size": "-1",
"name": ""
},
{
"size": "-1",
"name": ""
}
],
"unknown_rank": false
}
}
},
"outputs": {
"class_ids": {
"dtype": "DT_FLOAT",
"tensor_shape": {
"dim": [
{
"size": "1",
"name": ""
},
{
"size": "1827",
"name": ""
}
],
"unknown_rank": false
},
"name": "Cast:0"
}
},
"method_name": "tensorflow/serving/predict"
}
}
}
}
}
Is there any one that can help me to handle this issue ?
Nobody is using Tensorflow Serving with SparseTensor ? Is it possible to do that ?
Thanks,
Maxime