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
Is It Possible To Locally Run A Training Task Using An Older Version Of Python (E.G., 3.6) But Execute That Task On A Docker Container Remotely With A Newer Python Version (E.G., 3.10), Without The Agent Attempting To Enforce Python 3.6 On The Docker?


Hi, yes it is possible. You can specify the python binary you want to run in clearml.conf

  
  
Posted 11 months ago
103 Views
0 Answers
11 months ago
11 months ago