-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include each class metrics in logs #445
Conversation
Hi @sshuair |
Codecov Report
@@ Coverage Diff @@
## master #445 +/- ##
==========================================
- Coverage 86.43% 86.37% -0.06%
==========================================
Files 97 97
Lines 4960 4963 +3
Branches 805 807 +2
==========================================
Hits 4287 4287
- Misses 518 519 +1
- Partials 155 157 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@xvjiarui Hi the unittest has passed. But the codecov still has some problem. I don't know how to fix it. |
Hi @sshuair |
@xvjiarui which part? It seems that the |
* Include each class metrics in logs * format * fix the unitest * fix the custom int class_name * fix the custom int class_name
* use torch.matmul instead of einsum * fix softmax
Co-authored-by: lizz <innerlee@users.noreply.github.com>
Add each class metric to the
.log
and.log.json
.Each class metric format is
metric.class:0.43
, such asIoU.Persion: 0.2432
,Acc:Persion: 0.5434
.This PR Fix the iussue #397
For now the output should be like this:
xxx.log
xxx.log.json