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
5 Answers
667 Views
0 Votes 5 Answers 667 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
10 Answers
601 Views
0 Votes 10 Answers 601 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 Votes
2 Answers
700 Views
0 Votes 2 Answers 700 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
30 Answers
678 Views
0 Votes 30 Answers 678 Views
one year ago
0 Votes
6 Answers
610 Views
0 Votes 6 Answers 610 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
6 Answers
588 Views
0 Votes 6 Answers 588 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
5 Answers
573 Views
0 Votes 5 Answers 573 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