-
Hi everyone, I am facing problem while evaluating my model using the three metrics: This is my result, it looks wrong =(inf,inf,0): Test_loss: 0.0995 My code:
2- defining variables in before evaluation step:
3- for each image in evaluation:
4-print the average:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Hi @al3ms, for these three metrics, you can use Lines 305 to 317 in e084885 Hope it can help you, thanks! |
Beta Was this translation helpful? Give feedback.
I didn't see your post-processing, I think all these three metrics need binarized predictions, did you do post-processing on the predictions?