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 Everyone, I Want To Retrieve Some Scalars At Specific Iterations From Clearml. I Found

Hi everyone, I want to retrieve some scalars at specific iterations from ClearML. I found Task.get_all_reported_scalars and Task.get_reported_scalars . However, the first call takes a long time, while the second one downsamples at the wrong positions. I need a call where I can specify, for which iterations I want to get the scalars. Is something like this possible?

  
  
Posted 7 months ago
Votes Newest

Answers 2


Hi @<1523701868901961728:profile|ReassuredTiger98> , I'm not sure this is currently possible (but might be a good thing to add). Let me check and get back to you 🙂

  
  
Posted 7 months ago

Perfect, thank you 🙂

  
  
Posted 7 months ago
433 Views
2 Answers
7 months ago
7 months ago
Tags