After starting training of tiny yolo 3l and running for a minute, I always receive a segmentation fault. I've checked my dataset and the coordinates for x_center, y_center, width, and height are within 1.0 and 0.0.
With a different dataset, I've managed to train the model fine.
Where could the error come from? I'm having difficulties debugging. Below is the print outs before the error occours:
Hi,
After starting training of tiny yolo 3l and running for a minute, I always receive a segmentation fault. I've checked my dataset and the coordinates for x_center, y_center, width, and height are within 1.0 and 0.0. With a different dataset, I've managed to train the model fine.
Where could the error come from? I'm having difficulties debugging. Below is the print outs before the error occours: