Replies: 2 comments
-
By default, PaddleOCR primarily outputs validation accuracy, but you can also track the validation loss during training. Steps to Output Validation Loss:
Alternative:If you need to visualize the loss curve, you can manually extract loss values from logs and plot them using For further insights, check this discussion: Let me know if you need more details! 🚀 Response generated by 🤖 feifei-bot | chatgpt-4o-latest |
Beta Was this translation helpful? Give feedback.
-
after digging into the code, it seems that the eval function doesn't compute the loss at all, and it requires a significant change to be able to. Tracking the validation loss is kinda standard, is there something I'm missing? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to track the training using the validation set loss, but by default it only outputs the accuracy, is there any way to also output the validation loss?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions