-
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
Support encrypted dataset training #2209
Conversation
Signed-off-by: Kim, Vinnam <[email protected]>
Signed-off-by: Kim, Vinnam <[email protected]>
188159e
to
4be1f3c
Compare
Signed-off-by: Kim, Vinnam <[email protected]>
ActionBaseDatasetAdapter signatures Signed-off-by: Kim, Vinnam <[email protected]>
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## develop #2209 +/- ##
========================================
Coverage 80.24% 80.25%
========================================
Files 469 469
Lines 35182 35183 +1
========================================
+ Hits 28232 28236 +4
+ Misses 6950 6947 -3
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
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.
Is there no need to change the Datumaro version?
DatumaroBinary format and dataset encryption features were added months ago ( |
Summary
otx train
with--encryption-key
CLI argument orENCRYPTION_KEY
env vars enables model training with an encrypted dataset.How to test
I added tests related to this change.
Checklist
License
Feel free to contact the maintainers if that's a concern.