Tianxiaomo / pytorch-YOLOv4

PyTorch ,ONNX and TensorRT implementation of YOLOv4
Apache License 2.0
4.46k stars 1.49k forks source link

How much will the loss function reduce after the model converges? #499

Open hustCYQ opened 2 years ago

hustCYQ commented 2 years ago

image

I found that after 10 epochs, the model almost converged, but the loss_xy did not decrease. I don’t know if the loss will decrease again if I continue to wait.