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, Just Started Using Clearml And Looking For A Possibility To Run Pipelines Locally. The

Hi everyone, just started using ClearML and looking for a possibility to run pipelines locally. The https://clear.ml/docs/latest/docs/references/sdk/automation_controller_pipelinecontroller#start_locally offer a solution, but the start_locally method does not seem to be part of the PipelineController class... I tried this both with ClearML 1.0.5 and 1.1.2. Could someone help me with this?

  
  
Posted 3 years ago
Votes Newest

Answers 2


Hi SuccessfulKoala55 , took some time to get back to it, a first try seemed promising! Thank you for that, I'll get back if I find more obstacles!

  
  
Posted 2 years ago

Hi AbruptElephant13 , start_locally() should be available in ClearML 1.1.3rc0 (the latest pre-release) - can you try?

  
  
Posted 3 years ago
831 Views
2 Answers
3 years ago
one year ago
Tags