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
Hi. I'Ve Noticed That My Clearml.Conf Has Both:

Hi.
I've noticed that my clearml.conf has both:
agent.git_user="<user>" agent.git_pass="<token>"and
agent { ... git_user: "<user>" git_pass: "<token>" ... }What's the difference? Should I just set both? What if they don't match?

  
  
Posted one year ago
Votes Newest

Answers 2


Hi PanickyMoth78 ,

ClearML will take the "latest" aka the one that is closer to the bottom of the file as the latest config.

  
  
Posted one year ago

It's best to simply have only one of them defined

  
  
Posted one year ago
621 Views
2 Answers
one year ago
one year ago
Tags