pytorch-faster-rcnn
pytorch-faster-rcnn copied to clipboard
[libprotobuf FATAL google/protobuf/pyext/message.cc:1886] CHECK failed: !coded_out.HadError():
Hi all, When i was training, sometimes a libprotobuf errpr raises. ... iter: 26020 / 110000, total loss: 0.064811
rpn_loss_cls: 0.000058 rpn_loss_box: 0.002135 loss_cls: 0.030589 loss_box: 0.032029 lr: 0.001000 speed: 1.326s / iter [libprotobuf FATAL google/protobuf/pyext/message.cc:1886] CHECK failed: !coded_out.HadError(): terminate called after throwing an instance of 'google::protobuf::FatalException' what(): CHECK failed: !coded_out.HadError(): Command terminated by signal 6 55102.20user 5837.77system 9:37:47elapsed 175%CPU (0avgtext+0avgdata 17972772maxresident)k 8664136inputs+21050464outputs (5major+231994191minor)pagefaults 0swaps
Has someone meet with this bug?
Many thanks!
Hi!I met the same question when I train my own data. Before this, I met the question" AttributeError: 'NoneType' object has no attribute 'astype'",when I run the train_faster_rcnn.sh again, I met the question the same as yours. Do u solve it now?