allegroai / clearml

ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline, Orchestration, Scheduling & Serving in one MLOps/LLMOps solution
https://clear.ml/docs
Apache License 2.0
5.69k stars 655 forks source link

Add artifacts file path to comparison view #1073

Closed materight closed 11 months ago

materight commented 1 year ago

Proposal Summary

When comparing the artifacts of two tasks, the file path is not shown in the UI.

image

It would be nice to show the link and make it clickable, like in the artifacts tab:

image

Motivation

It's a small change (I suppose) and it would help a lot when comparing experiments, since it would allow to open the two artifacts file directly from the comparison view instead of having to go back to the task view and search for them.

ainoam commented 1 year ago

Thanks for suggesting @materight.

If I understand correctly, you're saying that it would be useful to be open artifact links directly from comparison, and less about actually seeing the text comparison of artifact URLs?

materight commented 1 year ago

Yes exactly, I just want to be able to open the artifact from this view. So it could be either a link, or just printing the url like for the other properties (content type, hash, size...)

ainoam commented 1 year ago

@materight Makes complete sense. We'll try to add this in a near version.

d13g0 commented 1 year ago

+1 👍🏼

pollfly commented 12 months ago

Hey @materight! clearml-server 1.13.0 is now out, with clickable URLs/object IDs in experiment details comparison.

materight commented 11 months ago

Great, thanks a lot! Looks good!