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
Unanswered
What Is The Python Version An Agent Runs A Task With? The One The Agent Was Launched With, Or The Task? I.E. If Iaunch An Agent With Python 3.8.5, But A Task Is Launched Using


Hi ElegantCoyote26 ,
When a task is first executed (locally), ClearML will record the python version used to run it. When a ClearML Agent will run the task remotely, it will first try to find the exact same python version to run the task with. If the version can't be found, the Agent will try to run the task using the python version specified in it's python_binary configuration value (if defined, see https://github.com/allegroai/clearml-agent/blob/822984301889327ae1a703ffdc56470ad006a951/docs/clearml.conf#L42 ), otherwise the python version used to run the ClearML Agent will be used

  
  
Posted 3 years ago
129 Views
0 Answers
3 years ago
one year ago