PyTorch_YOLO-Family
PyTorch_YOLO-Family copied to clipboard
Process finished with exit code 137 (interrupted by signal 9: sigkill)
Hi. When I train the Tiny_Yolo in epoch #10, the code will execute the branch of the evaluation op. But the err msg in the console shows below. Are the resources of CPU or DRAM not enough?
**[Epoch 10/250][Iter 2040/2068][lr 0.001000][Loss: obj 8.60 || cls 4.13 || reg 3.81 || size 448 || time: 0.93] [Epoch 10/250][Iter 2050/2068][lr 0.001000][Loss: obj 11.29 || cls 4.09 || reg 4.29 || size 512 || time: 1.01] [Epoch 10/250][Iter 2060/2068][lr 0.001000][Loss: obj 19.60 || cls 9.24 || reg 7.55 || size 320 || time: 1.01] eval ... im_detect: 1/4952 0.294s im_detect: 501/4952 0.360s im_detect: 1001/4952 0.286s im_detect: 1501/4952 0.244s im_detect: 2001/4952 0.270s im_detect: 2501/4952 0.256s im_detect: 3001/4952 0.359s im_detect: 3501/4952 0.216s im_detect: 4001/4952 0.339s im_detect: 4501/4952 0.283s Evaluating detections VOC07 metric? Yes AP for aeroplane = 0.5147 AP for bicycle = 0.5945 AP for bird = 0.4100 AP for boat = 0.3389 AP for bottle = 0.3396 AP for bus = 0.5571 AP for car = 0.6587 AP for cat = 0.6038 AP for chair = 0.3164 AP for cow = 0.4856 AP for diningtable = 0.3074 AP for dog = 0.5398 AP for horse = 0.6431 AP for motorbike = 0.6403
Process finished with exit code 137 (interrupted by signal 9: SIGKILL)**