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
10 Answers
1K Views
0 Votes 10 Answers 1K 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.
2 years ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K 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...
2 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K 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
2 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K 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...
2 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K 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?
2 years ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K 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 ...
2 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K Views
2 years ago
2 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)() `

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

2 years ago
0 Does Clearml Automatically Capture

SuccessfulKoala55 we are looking into that as well .

The agent captures all output of a script, right?

2 years ago
0 Hey, I’M Getting A Lot Of These

AgitatedDove14 make sense.

SuccessfulKoala55 sdk version 1.4.1rc.

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

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

Besides that, the procedure is the same, yes…

2 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 ?

2 years ago
2 years ago
0 How Can I Configure

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

2 years ago
0 How Can I Configure

I really appreciate your responsiveness! Thank you

2 years ago
0 How Can I Configure

Perfect. Thanks!

2 years ago
0 Hey, I’M Getting A Lot Of These

Is there a way to clean up clearml completely?

2 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?

2 years ago
Show more results compactanswers