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
Regarding The Open Source, Self-Hosted Version Of The

Regarding the open source, self-hosted version of the ClearML Server, I was wondering what the agent-services is doing in this docker-compose. Isn't the agent (usually) running on a separate machine, e.g. some GPU powerhouse somewhere else using clearml-agent daemon etc., So what is this agent-services part of the docker compose for? Will my clearml server operate completely the same if I remove it? Or will I lose functionality?

  
  
Posted 7 months ago
Votes Newest

Answers 3


the agent inside the docker compose is just a handy one to serve a service queue where you can queue all your "clean up" tasks that are not deep learning related, using only a bit of CPU

  
  
Posted 7 months ago

that agent is purely optional

  
  
Posted 7 months ago

@<1576381444509405184:profile|ManiacalLizard2> Thought so, thanks for the clarification!

  
  
Posted 7 months ago
481 Views
3 Answers
7 months ago
7 months ago
Tags
Similar posts