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
Hello Everyone, Sorry For Bothering On The Weekend But I Have Some Questions Regarding Clearml That I Would Like To Know To Decide Whether Or Not Clearml Would Fit My Use Case. Currently, I'M Storing My Data (Images With Corresponding Annotation Files) In

Hello everyone,
Sorry for bothering on the weekend but I have some questions regarding ClearML that I would like to know to decide whether or not ClearML would fit my use case.
Currently, I'm storing my data (images with corresponding annotation files) in a local object storage (MinIO hosted locally).
Is it possible to use ClearML to build a pipeline that automatically triggers model finetuning or re-training with data from MinIO after some time then performs evaluation afterward?
Thank you all!

  
  
Posted 6 months ago
Votes Newest

Answers 2


@<1523701070390366208:profile|CostlyOstrich36> Great! Thanks for the quick reply during weekend.

  
  
Posted 6 months ago

Hi @<1799612372571131904:profile|HealthyChimpanzee89> , this is certainly doable and is one of the main use cases of ClearML 🙂

  
  
Posted 6 months ago
578 Views
2 Answers
6 months ago
6 months ago
Tags