Peter HIRT
Peter HIRT

Reputation: 741

google.protobuf.message.DecodeError: Error parsing message

I am doing the tutorial on https://www.tensorflow.org/versions/master/tutorials/image_recognition/index.html

and working on the Python API section, I launched python classify_image.py

Here I am getting the error message out like so:

A protocol message was rejected because it was too big (more than 67108864 bytes). To increase the limit (or to disable these warnings), see CodedInputStream::SetTotalBytesLimit() in google/protobuf/io/coded_stream.h.

So, I tried to access the file coded_stream.h, but I cannot get to it as the directory tree is getting me to google/protobuf and no further. There is no io directory. Any hints on what I should do now?

thanks Peter

Upvotes: 3

Views: 20189

Answers (1)

Related Questions