-
Notifications
You must be signed in to change notification settings - Fork 39
Support artifacts section
#521
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
Conversation
daavoo
left a comment
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.
Not sure how to try this "end to end" until there is a Studio P.R. ready
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #521 +/- ##
==========================================
+ Coverage 95.74% 95.88% +0.14%
==========================================
Files 41 41
Lines 2606 2698 +92
Branches 223 238 +15
==========================================
+ Hits 2495 2587 +92
Misses 66 66
Partials 45 45
... and 2 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. |
|
Thanks @daavoo! Questions I have:
|
40f8062 to
a935d89
Compare
This comment was marked as outdated.
This comment was marked as outdated.
a935d89 to
d942cd9
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
aguschin
left a comment
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.
Looks great overall (and simple - I like that very much after mlem/dvc codebases 😅 ). I see that Dave already posted feedback - have only one few items to add on top of that.
d942cd9 to
d161ce6
Compare
This comment was marked as outdated.
This comment was marked as outdated.
d161ce6 to
b27d978
Compare
b27d978 to
d51938f
Compare
src/dvclive/dvc.py
Outdated
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.
I think we can drop find_unused_name. If users are worried about conflicts, they can explicitly set a name.
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.
|
Sorry for so many iterations here @daavoo. The blocker left for me is what to do with |
d51938f to
4435d07
Compare
Pushed a new version |
- Update `make_dvcyaml` to write `artifacts` section. - Extend `log_artifact` to accept `type`, `name`, `desc`, `labels`, `meta`.
4435d07 to
9231ec8
Compare
|
Don't see much point in merging until we can test end-to-end against Studio. |
|
@daavoo, looks like it will be working, but if you want me, I can test this against what I have now. WDYT? |
Sounds good, what just saying that we can wait for merge and release until it works with Studio prod |
|
Can we merge and push people to start using it now, letting them know what's coming? We have people today asking to get started with the model registry. I'd like to tell them to use this and their models will appear once Studio is updated. Otherwise, I can only tell them do it the old way but it will break soon, or they can't start using it at all. |
Closes #519