google.protobuf.message.DecodeError:解析消息时出错

Pet*_*IRT 2 python tensorflow

我正在https://www.tensorflow.org/versions/master/tutorials/image_recognition/index.html上进行教学

在Python API部分,我启动了 python classify_image.py

在这里,我得到这样的错误消息:

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.

因此,我尝试访问文件coded_stream.h,但由于目录树使我无法访问google / protobuf,因此无法访问它。没有io目录。关于我现在应该做什么的任何提示?

谢谢彼得