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

Reputation

0

Badges 1

34 × Eureka!
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K 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.
3 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K 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...
3 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K 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 ...
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K 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?
3 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
3 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K 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
3 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K 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...
3 years ago
0 Does Clearml Automatically Capture

SuccessfulKoala55 we are looking into that as well .

The agent captures all output of a script, right?

3 years ago
0 How Can I Configure

I really appreciate your responsiveness! Thank you

3 years 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.

3 years 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?

3 years ago
0 How Can I Configure

Perfect. Thanks!

3 years 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?

3 years ago
3 years 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)() `

3 years 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.

3 years ago
0 How Can I Configure

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

3 years ago
3 years ago
0 Is There A Way To Automatically Upload Images That Were Uploaded With

Besides that, the procedure is the same, yes…

3 years 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 ?

3 years ago
3 years 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

I did. They are. The name field is identical.
They were created on different dates, and have different ids and different emails.
The company, role and credentials are equal.

3 years ago
Show more results compactanswers