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, Guys! I Am Interested In Self-Hosted Clearml, But It Is Not Really Clear What Features It Provides. Could Anyone Possibly Elaborate On That? Thanks.

Hi, guys!
I am interested in self-hosted ClearML, but It is not really clear what features it provides. Could anyone possibly elaborate on that?
Thanks.

  
  
Posted one year ago
Votes Newest

Answers 8


Hi anton, so the self-hosted ClearML provides all the features that you get from the hosted version so you're not losing on anything. You can either deploy it with docker-compose or on K8s cluster with helm charts.

  
  
Posted one year ago

You get all the features that are available for the hosted version such as experiment management, orchestration (with ClearML agent), data management (with ClearML Data), model serving (with ClearML serving) and more 🙂

  
  
Posted one year ago

Does that answer your question?

  
  
Posted one year ago

Oh!!! Sorry 🙂
So...basically it's none of them.
All of these are hosted tiers. The self-hosted is our Open Source which you can find https://github.com/allegroai/clearml-server
It has an explanation on how to install it and some of the options available for you.

Looking at our pricing page, I can see how it's not trivial to get from there to the github page...I'll try to improve that! 😄

  
  
Posted one year ago

SmallAnt76
see https://clear.ml/pricing/ , under "What plan should I choose?"
what you are looking for is the first column "open-source". make sense ?

  
  
Posted one year ago

Thanks for all the answers!
But still it is not clear how self-hosted version may be compared with your plans.

  
  
Posted one year ago

Well, you have Free, Pro, Scale and Enterprise plans. Which one is hosted?

  
  
Posted one year ago

oh, great!

  
  
Posted one year ago
640 Views
8 Answers
one year ago
one year ago
Tags