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 Friends

Hi friends 🙂
I want to sum the run time of all my experiments in the last month. What is the easiest way to do that?

  
  
Posted one year ago
Votes Newest

Answers 6


I already used the sdk 🙂
what does empty runtime mean?

  
  
Posted one year ago

My guess is that it wasn't run yet (drafts for example)

  
  
Posted one year ago

'active_duration' is the right field?

  
  
Posted one year ago

👍

  
  
Posted one year ago

Hi CooperativeOtter46 ,

I think the best way would be to use the API (You can use the SDK but I don't think it is so easy to filter times)
Use https://clear.ml/docs/latest/docs/references/api/tasks#post-tasksget_all api call to to get all the tasks according to the time frame & filtering you want and then sum up the run time from all experiments returned 🙂

  
  
Posted one year ago
530 Views
6 Answers
one year ago
one year ago
Tags