tf_playground icon indicating copy to clipboard operation
tf_playground copied to clipboard

Couldn't build proto file into descriptor pool!

Open R-Leonne opened this issue 7 years ago • 1 comments

I tried your project and made it work almost. When tried to launch wide_and_deep_client.py I get the following error :

"TypeError: Couldn't build proto file into descriptor pool! Invalid proto descriptor for file "tensorflow_serving/apis/classification.proto": tensorflow_serving/apis/classification.proto: Import "tensorflow_serving/apis/model.proto" has not been loaded. tensorflow.serving.ClassificationRequest.model_spec: "tensorflow.serving.ModelSpec" seems to be defined in "model.proto", which is not imported by "tensorflow_serving/apis/classification.proto". To use it here, please add the necessary import."

I can't figure out how to solve it.

R-Leonne avatar Sep 22 '17 19:09 R-Leonne

I need a bit more information. What tensorflow version do you use? Are you trying to launch the tutorial as is? Did you add anything yourself to the example? If yes, please provide a code snippet. What notebook do you use? And try to follow all the steps in the tutorial again. Thanks!

MtDersvan avatar Sep 30 '17 21:09 MtDersvan