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
Clearml-Agent==1.8.1

clearml-agent==1.8.1

I already have a config file. And when I pass --config-file <config_file_path> using below command it throws error.
Command: clearml-agent daemon --queue default --config-file clearml.conf

  
  
Posted 3 months ago
Votes Newest

Answers 4


This should come before "daemon"...

  
  
Posted 3 months ago

Am I missing anything? because I can clearly see the usage of --config-file using clearml-agent --help

  
  
Posted 3 months ago

image

  
  
Posted 3 months ago

Thanks @<1523701087100473344:profile|SuccessfulKoala55>

  
  
Posted 3 months ago
318 Views
4 Answers
3 months ago
3 months ago
Tags