Closed hellsan631 closed 4 years ago
The keys in this example is related to your model signature. That means you can change the keys of requests for your own TensorFlow models and this json only works for the example TensorFlow models in this project.
Sorry for the noob question, but I'm new to the world of neural networks.
I have been doing some digging, but am unable to find out what the significance of keys within the input data.
As far as I'm aware, features are the input for the neural network, in the above case, a 2d tensor.
What is the significance of
keys
and how do they correlate to the input to the neural network?