A protocol message was rejected because it was too big
Created by: jamestang0219
i use LSTM model, and when i train this model, an error occurred. I wanna know what's the problem? and how to solve it.
`I1008 06:59:43.264103 81029 Util.cpp:113] Calling runInitFunctions I1008 06:59:43.264688 81029 Util.cpp:126] Call runInitFunctions done. [INFO 2016-10-08 07:00:39,552 networks.py:960] The input order is [word, label] [INFO 2016-10-08 07:00:39,553 networks.py:963] The output order is [cost_0] [libprotobuf ERROR google/protobuf/io/coded_stream.cc:171] 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. F1008 07:00:44.398468 81029 TrainerConfigHelper.cpp:59] Check failed: m->conf.ParseFromString(configProtoStr) *** Check failure stack trace: *** @ 0x7f868e853daa (unknown) @ 0x7f868e853ce4 (unknown) @ 0x7f868e8536e6 (unknown) @ 0x7f868e856687 (unknown) @ 0x6a8b99 paddle::TrainerConfigHelper::TrainerConfigHelper() @ 0x6a8f64 paddle::TrainerConfigHelper::createFromFlags() @ 0x53ae43 main @ 0x7f868da5ff45 (unknown) @ 0x546585 (unknown) @ (nil) (unknown)
▽ /usr/local/bin/paddle: line 46: 81029 Aborted (core dumped) ${DEBUGGER} $MYDIR/../opt/paddle/bin/paddle_trainer ${@:2}`