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, I Think There Is A Small Bug In The

Hi, I think there is a small bug in the Experiment running time column of the workers-and-queues/workers page: they do not match the time reported in the experiment > INFO > Runtime value. Eg. I see 14h 27m 21s in the workers page and 08:22:26m in the info tab of the experiment

  
  
Posted 2 years ago
Votes Newest

Answers 7


It could be yes but the difference between now and last_report_time doesnโ€™t match the difference I observe

  
  
Posted 2 years ago

This might be a bug

  
  
Posted 2 years ago

from what I see the running time in the workers and queues page is simple now - start_time (the task is supposed to be running). However, in the info panel we use a more conservative last_report_time - start_time so if the task isn't actively running (or stopped reporting) this would yield different values - is that the case with your task?

  
  
Posted 2 years ago

that's strange

  
  
Posted 2 years ago

In any case I can match the calculation and we'll see if it changes for you in the next version ๐Ÿ™‚

  
  
Posted 2 years ago

JitteryCoyote63 if you want to open a GitHub issue I'll make sure it would be included in the release notes when it's out ๐Ÿ™‚

  
  
Posted 2 years ago

Hi SuccessfulKoala55 , there it is > https://github.com/allegroai/clearml-server/issues/100

  
  
Posted 2 years ago
551 Views
7 Answers
2 years ago
one year ago
Tags
Similar posts