-
Notifications
You must be signed in to change notification settings - Fork 443
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
Add training loss dynamics exportation feature for multi-class classification task #1985
Add training loss dynamics exportation feature for multi-class classification task #1985
Conversation
Signed-off-by: Kim, Vinnam <[email protected]>
Signed-off-by: Kim, Vinnam <[email protected]>
Signed-off-by: Kim, Vinnam <[email protected]>
Signed-off-by: Kim, Vinnam <[email protected]>
Signed-off-by: Kim, Vinnam <[email protected]>
Signed-off-by: Kim, Vinnam <[email protected]>
…oisy-label-detection-cls Signed-off-by: Kim, Vinnam <[email protected]>
Signed-off-by: Kim, Vinnam <[email protected]>
Signed-off-by: Kim, Vinnam <[email protected]>
Signed-off-by: Kim, Vinnam <[email protected]>
Signed-off-by: Kim, Vinnam <[email protected]>
Signed-off-by: Kim, Vinnam <[email protected]>
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## develop #1985 +/- ##
===========================================
+ Coverage 74.90% 75.00% +0.09%
===========================================
Files 460 462 +2
Lines 34585 34742 +157
===========================================
+ Hits 25907 26057 +150
- Misses 8678 8685 +7
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 3 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Kim, Vinnam <[email protected]>
Signed-off-by: Kim, Vinnam <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally looks OK to me, but I have some concern about Geti compatibility.
sc_sdk
in Geti is heavily depending on otx.api
(aka ote_sdk
) so that we need to be careful when changing definitions in entities. Could you verify if it's all OK? You may get review from IAI team, too.
There was some changes in CI settings. Could you rebase? |
…oisy-label-detection-cls
Signed-off-by: Kim, Vinnam <[email protected]>
Merged the latest develop |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@vinnamkim Please update the change log in the next PR for documentation. Thanks! |
Summary
How to test
I added tests for this change.
Checklist
License
Feel free to contact the maintainers if that's a concern.