Skip to content
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

dvc metrics diff for summon/catalog artifacts #2997

Closed
dmpetrov opened this issue Dec 23, 2019 · 2 comments
Closed

dvc metrics diff for summon/catalog artifacts #2997

dmpetrov opened this issue Dec 23, 2019 · 2 comments
Labels
feature request Requesting a new feature

Comments

@dmpetrov
Copy link
Member

For projects with summon/catalog artifacts (#2719), we need the same metrics diff command as a regular one #2995. Scenario - if I updated my artifact I'd like to see a metrics diff with an old version and the latest merged version (for CD4ML case).

We agreed to separate metrics files and summon-yaml files to avoid data duplication #2719 (comment). So, some additional implementation might be needed for the summon-artifact.

I suggest to implement it as a part of the dvc metrics diff command as a separate option:

$ dvc metrics diff --artifact resnet50  --artifact resnet18 HEAD^
resnet50: top1-error  -0.00385187
resnet50: top5-error -0.00048518
resnet18: top1-error  -0.00001939
resnet18: top5-error -0.00000719
@dmpetrov dmpetrov added the feature request Requesting a new feature label Dec 23, 2019
@efiop
Copy link
Contributor

efiop commented Dec 24, 2019

Blocked by #2995 and #2719

@dberenbaum
Copy link
Collaborator

Closed as irrelevant. Please feel free to reopen if I misunderstood.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Requesting a new feature
Projects
None yet
Development

No branches or pull requests

3 participants