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

Reputation

0

Badges 1

15 × Eureka!
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Is there a way to record metrics with the REST API? I'm not seeing it.
2 years ago
0 Votes
5 Answers
833 Views
0 Votes 5 Answers 833 Views
Should calling Task.init() / task.close() multiple times work? I have some code like this and it seems to dead-lock: for lr in [0.001, 0.0001]: task = clearm...
2 years ago
0 Votes
17 Answers
986 Views
0 Votes 17 Answers 986 Views
I'm evaluating using ClearML from a language other than Python, so I am playing with the REST API. I managed to call auth.login to get an auth token. Now I'm...
one year ago
0 Should Calling

So how should I be creating the second task?

2 years ago
0 Should Calling

hmm seems to be working now. I don't think I changed anything...

2 years ago
0 Should Calling

clearml 1.7.2

2 years ago
0 Is There A Way To Record Metrics With The Rest Api? I'M Not Seeing It.

And more broadly I'm evaluating solutions that are usable without Python. So if there are any key features that are not available through the REST API?

2 years ago
0 Is There A Way To Record Metrics With The Rest Api? I'M Not Seeing It.

Ah great! I hadn't figured out that adding a metric was an event

2 years ago