Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hello, I Am Trying To Compare Plots Of Two Experiments With The Same Name ( For Instance The Distribution Of Features When I Change A Hyperparameter). How Can I Know Which One Belongs To Which Experiment? I Know I Could Use The Name Of The Clearml Task A

Hello,
I am trying to compare plots of two experiments with the same name ( for instance the distribution of features when I change a hyperparameter). How can I know which one belongs to which experiment?
I know I could use the name of the ClearML task as a identifier in title at the beginning of my script but I want it to be robust if I change namse on the ClearML side
It works really well for table but not for plot 😞 . Please find attached a use case where I compare two experiments

Sincerely,
Pierrick
image

  
  
Posted one year ago
Votes Newest

Answers 6


Hi, @<1638349756755349504:profile|MistakenTurtle88>
we already addressed most of these issues in 1.12 and 1.13.
I suggest upgrading.

  
  
Posted 12 months ago

from the webapp UI : WebApp: 1.11.0-373 • Server: 1.11.0-373 • API: 2.25

  
  
Posted one year ago

Is it a self deployed server or the Community?

  
  
Posted one year ago

What version?

  
  
Posted one year ago

Is their any threat with upgrading( such as losing some logs?)
Thank you very much !
Edit: I saw the link on the website I will think about it

  
  
Posted 12 months ago

Self deployed server I think

  
  
Posted one year ago