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
Hey, I'M Trying To Easily Set Up Experiment Tracking For My Small Team For Our Research Project. What'S The Easiest Way To Setup A Clearml Server That'S Free?

Hey, I'm trying to easily set up experiment tracking for my small team for our research project. What's the easiest way to setup a ClearML server that's free?

  
  
Posted one year ago
Votes Newest

Answers 2


Hi BurlyPig26 ,
How small's the team? You can easily sign up for the ClearML Free SaaS (it's for up to 3 users). To set up your own ClearML Server, the easiest would be to install a self-hosted server using docker-compose (either on your own machine or on a cloud-based machine)

  
  
Posted one year ago

Thanks 🙂 managed to get this done

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