I have got an incepiton pb Model by github:"serving/tensorflow_serving/example/inception_saved_model.py".I want to got predict by restful API ,but found an error message.I want to know the argument "images" that how to do or what is correctly format data ?enter image description here
Asked
Active
Viewed 102 times
1 Answers
0
Make sure to encode the string so that it is websafe. Web-safe means that the encoder uses - and _ instead of + and /.
See the documentation for more info.

user3337758
- 115
- 1
- 12