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
Hi

Hi , ClearML Server v1.1.0 is out!
Highlights include metric snapshot plot in project overview, full-screen plot views, logical AND option to experiment tag filters and more... (and as usual - bug fixes šŸ™‚ ) - see https://clear.ml/docs/latest/docs/release_notes/ver_1_1 for more details.
Stay tuned for follow up versions of ClearML SDK and ClearML Agent šŸ˜‰

  
  
Posted 2 years ago
Votes Newest

Answers 8


wow, thanks, just updated our server!
can't seem to find these metrics snapshot plots =) how do I plot one?

  
  
Posted 2 years ago

Iā€™m wondering, would an older version of the agent work well with a newer server version and vice-versa?

LazyTurkey38 we always make sure new server versions fully support older ClearML SDK and Agent versions, and vice versa :)

  
  
Posted 2 years ago

DilapidatedDucks58 Do you see in the project card the overview tab? On top you are prompted to select a metric snapshot. Do you see it?

  
  
Posted 2 years ago

AgitatedDove14 you had mentioned some pipeline related changes coming, are they in?

  
  
Posted 2 years ago

Thanks AnxiousSeal95

  
  
Posted 2 years ago

Iā€™m wondering, would an older version of the agent work well with a newer server version and vice-versa?

  
  
Posted 2 years ago

AnxiousSeal95 yeah, got it! thanks!

  
  
Posted 2 years ago

TrickySheep9 Tough question šŸ˜„ We are working on a major change to pipelines. We are now documenting pre\post step callbacks (so people can write custom code that interacts with the pipeline that's independent of the script's code).
We're working on adding the ability to run small code snippets directly on the pipeline controller task (so you don't have to wait for an agent to setup).
AND we are working on a new UI soon šŸ™‚
A tiny spoiler is that we'll soon improve our visibility and share a roadmap so you all can see what we're working on šŸ™‚

  
  
Posted 2 years ago
644 Views
8 Answers
2 years ago
one year ago
Tags