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
If, For Starters, I'D Only Like To Use Clearml For Logging Purposes (That Is, Experiments Run Locally, And I Report Metrics, Graphs, Etc To Clearml). Do I Still Need To Set Up The

If, for starters, I'd only like to use ClearML for logging purposes (that is, experiments run locally, and I report metrics, graphs, etc to ClearML).
Do I still need to set up the clearml-agent on local systems?

  
  
Posted 2 years ago
Votes Newest

Answers 3


the agent it for replicating what you run locally elsewhere i.e. remote GPU machine

  
  
Posted 2 years ago

Thanks, that's what I thought - so I'm missing something else in the installation. I'll dig further 🙂

  
  
Posted 2 years ago

nope you'll just need to install clearml

  
  
Posted 2 years ago
630 Views
3 Answers
2 years ago
one year ago
Tags