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
BurlyHare26
Moderator
3 Questions, 5 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

5 × Eureka!
0 Votes
4 Answers
518 Views
0 Votes 4 Answers 518 Views
Hey! does anyone know if I can use different ports for my clearml UI server?
one year ago
0 Votes
5 Answers
631 Views
0 Votes 5 Answers 631 Views
On another subject, how do I disable some feature of automatic reporting? Let's say just the model reporting since I think it slows the initialization of the...
one year ago
0 Votes
2 Answers
675 Views
0 Votes 2 Answers 675 Views
Hey, I'm trying to easily set up experiment tracking for my small team for our research project. What's the easiest way to setup a ClearML server that's free?
one year ago
0 Hey! Does Anyone Know If I Can Use Different Ports For My Clearml Ui Server?

No way to change the other ports? I have amanaged server where I can't use those porta

one year ago
0 On Another Subject, How Do I Disable Some Feature Of Automatic Reporting? Let'S Say Just The Model Reporting Since I Think It Slows The Initialization Of The Task By A Lot.

How does deferred_init affect the process?
Also, is there a way of specifying a blacklist instead of a whitelist of features? Because if I only want to disable model logging then I need to disable everything and reenable all but model logging...

one year ago