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, I Have Been Testing Clearml And Checking If It Is A Good Fit For The Use Case That I Have In Hand. Everything Is Quite Good So Far But I Have A Question Regarding Models In Clearml .... Is There Any Model Versioning Introduced?? For Example: If I Trai

Hi,
I have been testing ClearML and checking if it is a good fit for the use case that I have in hand. everything is quite good so far but I have a question regarding models in ClearML .... is there any model versioning introduced??
for example: if I trained a model using scripts training.py and dataset D1 and gave the model a name which is model_1 if I retrain the model using the same script training.py and the same dataset D1 and decide to re-upload it again under the same name will it be another version of model_1 or it will be something not related to the first uploaded model model_1 ??
thanks 🙂

  
  
Posted one month ago
Votes Newest

Answers 2


Hi @<1729309137944186880:profile|GrittyBee73> , models are unique objects in the system so each one of them has a unique ID. By default they will be named the same. However, you can add versioning on top in any way that you want. You can either add tags or even add metadata on top of them and then add custom columns according to this metadata so you can filter by versions.

What do you think?

  
  
Posted one month ago

Thanks for your quick answer will check it and will let you know if I have more questions 🙂

  
  
Posted one month ago