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 Everyone, I'M Running A Local Server 2.0.0 And I Would Like To Start Using The Model Registry For Versioning. However I Found That There Is No Way To Retrospectively Match Models To A Task, Cannot Sort/Filter By Model Task Name Or Even Search By Model

Hi everyone, I'm running a local server 2.0.0 and I would like to start using the model registry for versioning. However I found that there is no way to retrospectively match models to a task, cannot sort/filter by model task name or even search by model name. So far I only systematically versioned tasks tags like "v5.0 release candidate" etc, so I have tons of clutter in logged checkpoints. The only way for me to find a specific model is to check the upload date and set the timestamp filters, which is quite annoying. Am I missing something? I'd say that I should be able to simply list all models of a given task or inherit task tags.

  
  
Posted one month ago
Votes Newest

Answers


Hi @<1547028074090991616:profile|ShaggySwan64> , how are you currently saving models? What framework are you using? Usually the output models are listed in the 'artifacts' section of a task and on the model side, there is the 'lineage' tab to see which task created the model and what other tasks are using it as input.

  
  
Posted one month ago
140 Views
1 Answer
one month ago
one month ago
Tags
Similar posts