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 There, I Think There Is A Bug With Clearml Sdk V0.17.5Rc2: When Running A Task Locally, The Dashboard Doesnt Not Shows The Task As Finished Once The Task Is Finished

Hi there, I think there is a bug with clearml sdk v0.17.5rc2: when running a task locally, the dashboard doesnt not shows the task as finished once the task is finished

  
  
Posted 3 years ago
Votes Newest

Answers 4


JitteryCoyote63 could you test with rc3 ?

  
  
Posted 3 years ago

(Even if I explicitely do my_task.close() )

  
  
Posted 3 years ago

Just tried, still the same issue

  
  
Posted 3 years ago

JitteryCoyote63 how can I reproduce it? (obviously when I tested it was okay)

  
  
Posted 3 years ago
741 Views
4 Answers
3 years ago
one year ago
Tags