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
Do You Know How To Pass Args To Python Script Through Clearml-Task Without --Args? Because I Am Using "Click" Library For Parsing Args And When I Write Clearml-Task --Script Main.Py --Args "Input_Path=/Home" I See That Clearml Launches That As "Running Ta

Do you know how to pass args to python script through clearml-task without --args? Because I am using "click" library for parsing args and when I write clearml-task --script main.py --args "input_path=/home" I see that clearml launches that as "Running task id [440f720eed714158863c8d46f5fe87e5]:
[.]$ /usr/bin/python -u /main.py" without any arguments. But in clearml-webserver UI I see them

  
  
Posted one day ago
Votes Newest

Answers


Hi @<1742355077231808512:profile|DisturbedLizard6> ,

Currently, only argparse arguments are supported for clearml-task , click is also support, but for now, with the python sdk.

  
  
Posted 21 hours ago
13 Views
1 Answer
one day ago
16 hours ago
Tags