Skip to content

Instantly share code, notes, and snippets.

@thierryherrmann
Created August 2, 2020 23:46
Show Gist options
  • Select an option

  • Save thierryherrmann/7e60caa0509edc1063f5f5bac69a1ed0 to your computer and use it in GitHub Desktop.

Select an option

Save thierryherrmann/7e60caa0509edc1063f5f5bac69a1ed0 to your computer and use it in GitHub Desktop.
signature_def['my_serve']:
The given SavedModel SignatureDef contains the following input(s):
inputs['X'] tensor_info:
dtype: DT_FLOAT
shape: (-1, 8)
name: my_serve_X:0
The given SavedModel SignatureDef contains the following output(s):
outputs['output_0'] tensor_info:
dtype: DT_FLOAT
shape: (-1, 1)
name: StatefulPartitionedCall:0
Method name is: tensorflow/serving/predict
signature_def['my_train']:
The given SavedModel SignatureDef contains the following input(s):
inputs['X'] tensor_info:
dtype: DT_FLOAT
shape: (-1, 8)
name: my_train_X:0
inputs['y'] tensor_info:
dtype: DT_FLOAT
shape: (-1)
name: my_train_y:0
The given SavedModel SignatureDef contains the following output(s):
outputs['output_0'] tensor_info:
dtype: DT_FLOAT
shape: ()
name: StatefulPartitionedCall_1:0
Method name is: tensorflow/serving/predict
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment