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
Does Clearml Automatically Capture

Does ClearML automatically capture all stdout/stderr , like TensorFlow C++ stdout ? Is there an extra process for that? Where is this done and what are the assumptions?

We don’t use the clearml agent, but initialize the clearml.Task manually on the machine. I’m asking because Python stdout is automatically captured, but not tf/core C++ stuff.

  
  
Posted one year ago
Votes Newest

Answers 5


CourageousKoala93 , yes 🙂

  
  
Posted one year ago

Thank you!

  
  
Posted one year ago

SuccessfulKoala55 we are looking into that as well .

The agent captures all output of a script, right?

  
  
Posted one year ago

Does ClearML automatically capture

all

stdout/stderr

, like TensorFlow C++

stdout

? Is there an extra process for that? Where is this done and what are the assumptions?

ClearML should capture any output from python code. C++ is not supported

  
  
Posted one year ago

CourageousKoala93 the best way to ensure all output is captured is running using a ClearML Agent - is there a specific reason you do not want to do that?

  
  
Posted one year ago
574 Views
5 Answers
one year ago
one year ago
Tags