kentaroy47 / frcnn-from-scratch-with-keras

:collision:Faster R-CNN from scratch written with Keras
Apache License 2.0
168 stars 106 forks source link

How to change verbose? #55

Open syifalaili26 opened 4 years ago

syifalaili26 commented 4 years ago

I use google colaboratory to train faster rcnn, but at 138th iteration my training can't be continue because output limit. So I search on google, people say try to change verbose to 0 or 2, but when I try to change, nothing happen. Please help me.

Epoch 138/150 234/360 [==================>...........] - ETA: 1:27 - rpn_cls: 1.3414 - rpn_regr: 0.2049 - detector_cls: 0.0875 - detector_regr: 0.1825Average number of overlapping bounding boxes from RPN = 7.927777777777778 for 360 previous iterations 304/360 [========================>.....] - ETA: 38s - rpn_cls: 1.3611 - rpn_regr: 0.2040 - detector_cls: 0.0876 - detector_regr: 0.1835Buffered data was truncated after reaching the output size limit