【发布时间】:2016-07-26 19:34:17
【问题描述】:
我正在尝试针对我的问题微调全卷积网络。我收到以下警告。 为什么我会收到此警告?
[libprotobuf WARNING google/protobuf/io/coded_stream.cc:505] Reading dangerously
large protocol message. If the message turns out to be larger than 2147483647 bytes,
parsing will be halted for security reasons. To increase the limit (or to disable
these warnings), see CodedInputStream::SetTotalBytesLimit() in google/protobuf/io/coded_stream.h.
【问题讨论】:
-
我想你不必太担心。您收到该警告是因为您的模型原型可能接近
2147483647字节。 -
是的,我一直得到这个......从不影响我的网。如果它困扰您,请在编译之前更改源代码。虽然我确信警告是出于某种原因!