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, Does Self-Hosted Clearml Implements Central Model Repository, Something Like

Hi, does self-hosted clearml implements central model repository, something like clearml-data but for models? I don't need model serving, only central storage. Thanks!

  
  
Posted one year ago
Votes Newest

Answers 5


Thanks CostlyOstrich36 ! Does it have a cli in terminal like clearml-data tool?

  
  
Posted one year ago

Hi MortifiedHorse99 , yes ClearML has a model repository and models are special entities in the system.

You can see the SDK docs here:
https://clear.ml/docs/latest/docs/references/sdk/model_model

  
  
Posted one year ago

I don't think so. However you can use the API as well 🙂

  
  
Posted one year ago

By the way, is there a specific functionality you're looking for?

  
  
Posted one year ago

Thanks a lot!

  
  
Posted one year ago
641 Views
5 Answers
one year ago
one year ago
Tags