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
Unanswered
Hi, Is The Source Of The


Ah, that's unfortunate.

We have a product that has a small ML component that provides a way for the end-user to train a model on their own data.

We would like to use the ClearML Server to track experiments run by the end user. We'll have to make sure that our product sends results correctly to the ClearML Server we are running locally.

We do development with docker-compose , so we'd like to run the various ClearML Server containers in our own docker-compose setup (instead of using the docker-compose provided in https://github.com/allegroai/clearml-server/blob/master/docker/docker-compose.yml ).

  
  
Posted 3 years ago
86 Views
0 Answers
3 years ago
one year ago