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 Have Question About A Situation, When Agent Is Running On A Queue, But Also We'Ll Use

I have question about a situation, when agent is running on a queue, but also we'll use
clearml-agent execute --id <task-id>How will it work,
a) <task-id> will be run immediately b) <task-id> will be run when queue will be empty?

  
  
Posted one year ago
Votes Newest

Answers 3


You can try, but I don't think so.

  
  
Posted one year ago

Can I do this to specify which worker should execute that task?
CLEARML_WORKER_NAME=<worker_name> clearml-agent execute --id <task_id>

  
  
Posted one year ago

Hi RoundMosquito25 , if you already have an instance of agent running on a queue and you run clearml-agent execute --id <task_id> this will create another instance of the agent and will run the experiment regardless of what is happening with the other agent

  
  
Posted one year ago
711 Views
3 Answers
one year ago
one year ago
Tags