Open MichaelTUD opened 4 years ago
I have same problem, but with custom dataset!
same problem with custom dataset with this ^C
Even I have the same problem.. It stops after around 170 iterations... So i end up retracting back to where the saved weights are...
Hi Nancy, I sorted it out. It is a memory problem. Reduce the batch size. It should be fine.
@albangabillon Can I change the batch size in between the training?
@albangabillon Can I change the batch size in between the training?
Maybe you can't. Just change it in the cfg file. I had the same problem and fixed it by changing the batch size from 64 to 32.
Hi,
I followed this tutorial (https://pjreddie.com/darknet/yolo/) to setup Darknet and YOLO to train with COCO dataset. I installed it on Colab and prediction on pretrained models is working.
But for me "Training YOLO on COCO" does not train properly.
Executing this
./darknet detector train cfg/coco.data cfg/yolov3.cfg darknet53.conv.74
leads to a termination. During printing all layers the process stops with a^C
.