I am trying to fine tune the fully convolutional nets for my problem. I am getting the following warning. Why I am getting this warning?
[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.