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
We’Re Planning To Use Clearml Agent To:

We’re planning to use ClearML Agent to:

  • Select data
  • Feed data through AI SDK on a remote machine
  • Log output prediction + metrics (if gt is there) to Experiment tracking
    What would be the best way to implement this? We have looked into ClearML agent but not sure if it works with C++ SDK
  
  
Posted 11 months ago
Votes Newest

Answers


Hi @<1560798754280312832:profile|AntsyPenguin90> , I think you would need to wrap the C++ code in python for it to work, but conceptually shouldn't be any special issues

  
  
Posted 11 months ago
534 Views
1 Answer
11 months ago
11 months ago
Tags