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
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?
SuccessfulKoala55 we are looking into that as well .
The agent captures all output of a script, right?