Closed absurdvision closed 8 years ago
I get the exact same error with "score2-ft is composed of zeros!" It seems that all other layers are initialized fine though.
Hi @kkharinarayanan, @pierrebaque!
There is no problem with Reading dangerously large protocol message. I just forgot to commit updated protoxt.
Martin
Thanks.. @martinkersner It fixed that issue..
How ever, now I have an out of memory error... I think 2GB graphics card is not enough..
Hari
Yes, 2 GB of RAM are not enough.
Hii @martinkersner
Can you tell me what are you using to train the network ?
nVidia Tesla k40
Thanks @martinkersner .. I will try to get one titan X . Will see if I can change image dimensions and try out with the current card too Haru
Hii I am trying to train the network exactly as you have given. But once i call the solver , am getting this error.
[libprotobuf WARNING google/protobuf/io/coded_stream.cc:505] Reading dangerously large protocol message. If the message turns out to be larger than 1073741824 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. [libprotobuf WARNING google/protobuf/io/coded_stream.cc:78] The total number of bytes read was 537962613 score2-ft is composed of zeros! Exiting.
I looked at the issue in Caffe https://github.com/BVLC/caffe/issues/2721. But as far as i know he solved that by changing the stride, which is not valid here.