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 2 years ago
Votes Newest

Answers 5


Thank you!

  
  
Posted 2 years ago

CourageousKoala93 , yes 🙂

  
  
Posted 2 years ago

SuccessfulKoala55 we are looking into that as well .

The agent captures all output of a script, right?

  
  
Posted 2 years 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 2 years 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 2 years ago
594 Views
5 Answers
2 years ago
one year ago
Tags