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 Folks, I Am Trying To Run Clearml Pipeline On An Edge Device And Want To Have Control Over My Logging By Only Pushing

Hello folks, I am trying to run ClearML pipeline on an edge device and want to have control over my logging by only pushing stderr logs. I see that I can set the streaming of logs to false when using task.init but not when using pipeline with functions. Am I missing something here? How do I set the logging mechanism for the pipeline?

My understanding is that each stage of a pipeline is a task in itself, so there should be a way, but I am unable to find it at the moment (or missing something very obvious 😐 )

  
  
Posted 4 months ago
Votes Newest

Answers


Hi @<1523701070390366208:profile|CostlyOstrich36> , sorry to tag you directly. Is this something that you have clarity on? Our team currently has an exploration where we are trying to see how we can optimize the pipeline we've already defined for the edge device.

  
  
Posted 3 months ago
189 Views
1 Answer
4 months ago
3 months ago
Tags