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
I'M Facing An Issue With Aborting A Clearml Task. Even Though I'Ve Tried Aborting It Both Through The Context Menu And Using The Api, The Task Persists In The 'Running' State. I'Ve Tried:

I'm facing an issue with aborting a ClearML task.
Even though I've tried aborting it both through the context menu and using the API, the task persists in the 'running' state.
I've tried:
the_task.stopped(ignore_errors=True, force=True)
and
task.send(StopRequest(task= task.id, force=True)
I’m using clearML version 1.13.1

  
  
Posted 3 months ago
Votes Newest

Answers 3


Hi , are you running a self hosted server or using the community server?

  
  
Posted 3 months ago

Can you try with the latest version of the server?

  
  
Posted 3 months ago

Running self host

  
  
Posted 3 months ago
303 Views
3 Answers
3 months ago
2 months ago
Tags