Created
August 2, 2020 23:46
-
-
Save thierryherrmann/7e60caa0509edc1063f5f5bac69a1ed0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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