我做的https://www.tensorflow.org/versions/master/tutorials/image_recognition/index.htmlgoogle.protobuf.message.DecodeError:錯誤解析消息
教程和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,但作爲目錄樹讓我到g我不能得到它oogle/protobuf,不再進一步。沒有io目錄。 現在我應該做什麼的提示?
感謝 彼得
https://developers.google.com/protocol-buffers/docs/reference/cpp/google .protobuf.io.coded_stream#CodedInputStream.Limit.details – Torxed