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
Hello Everyone ! I Would Like To

Hello everyone ! I would like to https://github.com/allegroai/clearml/blob/master/examples/pipeline/pipeline_from_tasks.py from https://github.com/allegroai/clearml/tree/master/examples/pipeline . I did clone the repo, setup the clearml-agent. However, I had to create queue "services", which i dont know why because i would say that from the could it is clear i would like to use "default" queue. After that I ran python steps1-3 and then pipeline_from_tasks. The experiment is stuck at: Starting Task Execution: Pipeline status: running.

  
  
Posted one year ago
Votes Newest

Answers 2


What is the status of the steps? What is the execution queue and is there an agent running against it?

  
  
Posted one year ago

I sent details (logs, config) into private message.

  
  
Posted one year ago
621 Views
2 Answers
one year ago
one year ago
Tags
Similar posts