-
I'm training text detection with ResNet_v50 model, and dataset synthetically generated from this repo. It achieved very high accuracy (~0.99) yet the loss has been so-so (dropped from ~6.00 to ~1.00). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Loss is not an indicator for evaluating the quality of the model, acc is. The calculation formula of loss is different, and the output value will be stable within a certain range, not necessarily a small value. BTW, the loss of GAN will even have negative values. |
Beta Was this translation helpful? Give feedback.
Loss is not an indicator for evaluating the quality of the model, acc is.
The calculation formula of loss is different, and the output value will be stable within a certain range, not necessarily a small value.
BTW, the loss of GAN will even have negative values.