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
Profile picture
CourageousKoala93
Moderator
7 Questions, 34 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

34 × Eureka!
0 Votes
6 Answers
586 Views
0 Votes 6 Answers 586 Views
Hey, I’m getting a lot of these warnings that are always followed by my job dying… [clearml.Task] WARNING : ### TASK STOPPED - USER ABORTED - STATUS CHANGED ...
one year ago
0 Votes
5 Answers
560 Views
0 Votes 5 Answers 560 Views
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 a...
one year ago
0 Votes
5 Answers
648 Views
0 Votes 5 Answers 648 Views
Can I upload debug samples to GCP? I only see aws and azure in the https://clear.ml/docs/latest/docs/configs/clearml_conf#sdk-section
one year ago
0 Votes
2 Answers
676 Views
0 Votes 2 Answers 676 Views
Is there a way to add a free-text field to a Task, e.g. a human readable description of what the user trained?
one year ago
0 Votes
6 Answers
572 Views
0 Votes 6 Answers 572 Views
How can I configure clearml Python logging, e.g., add a custom handler with my formatter? Currently, the output is unformatted… ClearML Task: created new tas...
one year ago
0 Votes
30 Answers
658 Views
0 Votes 30 Answers 658 Views
one year ago
0 Votes
10 Answers
589 Views
0 Votes 10 Answers 589 Views
Is there a way to automatically upload images that were uploaded with tf.summary.image ? These are run in graph mode so I can’t get .numpy() easily.
one year ago
0 How Can I Configure

I can’t find this in the docs 🙈 Can you please send me the section?

one year ago
0 How Can I Configure

I really appreciate your responsiveness! Thank you

one year ago
0 Does Clearml Automatically Capture

SuccessfulKoala55 we are looking into that as well .

The agent captures all output of a script, right?

one year ago
one year ago
0 Is There A Way To Automatically Upload Images That Were Uploaded With

We wrap everything in a tf.function() like
` def f():
print('Tracing!')
tf.print('Executing')

tf.function(f)() `

one year ago
0 Is There A Way To Automatically Upload Images That Were Uploaded With

I have to look deeper into our codebase to see what exactly happens.

one year ago
one year ago
0 Is There A Way To Automatically Upload Images That Were Uploaded With

It is the graph mode from TF1 and we use the mode still (in a session).

I will come up with a min working example (probably next week)

one year ago
0 Is There A Way To Automatically Upload Images That Were Uploaded With

Does it make a difference for the autologging if this is done in graphmode ?

one year ago
0 Is There A Way To Automatically Upload Images That Were Uploaded With

Besides that, the procedure is the same, yes…

one year ago
one year ago
0 How Can I Configure

Perfect. Thanks!

one year ago
0 With The Last Clearml Server Update We Have Observed That Filtering By User Is Quite Messy. There Are Multiple Instances Of The Same User: Same Name But Different User Id (It Seems). Why Does This Happen? Can We Somehow Control This, E.G., Combine Multip

SuccessfulKoala55 I updated the mongo db (removed 2 users) but I still see them in the User Filter in the WebUI. Does it take longer to update that or do I have to do that manually?

one year ago
0 With The Last Clearml Server Update We Have Observed That Filtering By User Is Quite Messy. There Are Multiple Instances Of The Same User: Same Name But Different User Id (It Seems). Why Does This Happen? Can We Somehow Control This, E.G., Combine Multip

Thanks.

We’d like to consolidate these users in the WebUI because it’s very clustered. Is there a way to consolidate their experiments under the same user? I’d probably have to scroll through all experiments and change them manually, right?

one year ago
0 With The Last Clearml Server Update We Have Observed That Filtering By User Is Quite Messy. There Are Multiple Instances Of The Same User: Same Name But Different User Id (It Seems). Why Does This Happen? Can We Somehow Control This, E.G., Combine Multip

Exactly. It’s hard to say for me whether this is an error on our end or yours. However, our setup is very rudimentary-->we basically use only the standard settings.

one year ago
0 Hey, I’M Getting A Lot Of These

AgitatedDove14 make sense.

SuccessfulKoala55 sdk version 1.4.1rc.

one year ago
0 Hey, I’M Getting A Lot Of These

Is there a way to clean up clearml completely?

one year ago
Show more results compactanswers