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
GiganticMole91
Moderator
11 Questions, 31 Answers
  Active since 10 January 2023
  Last activity 3 months ago

Reputation

0

Badges 1

31 × Eureka!
0 Votes
7 Answers
646 Views
0 Votes 7 Answers 646 Views
one year ago
0 Votes
12 Answers
213 Views
0 Votes 12 Answers 213 Views
3 months ago
0 Votes
9 Answers
690 Views
0 Votes 9 Answers 690 Views
Hey, We're seeing a lot of issues with our ClearML self-hosted server these days; it seems like the API times out while talking to elasticsearch: 2022-10-22 ...
one year ago
0 Votes
4 Answers
256 Views
0 Votes 4 Answers 256 Views
Hi all, Is there a way to force an agent to use https although the scheduled task is using ssh for git?
3 months ago
0 Votes
6 Answers
623 Views
0 Votes 6 Answers 623 Views
Hi guys, Is there a way, analogous to using Task.set_credentials(...) , to set credentials for storage programmatically? Like, Task.setup_storage(...) ? I'm ...
one year ago
0 Votes
2 Answers
703 Views
0 Votes 2 Answers 703 Views
one year ago
0 Votes
4 Answers
600 Views
0 Votes 4 Answers 600 Views
Hi guys, I'm trying to familiarize myself with Hyperparameter Optimization using ClearML. It seems like there is a discrepancy between clearml-param-search C...
one year ago
0 Votes
18 Answers
692 Views
0 Votes 18 Answers 692 Views
one year ago
0 Votes
2 Answers
638 Views
0 Votes 2 Answers 638 Views
one year ago
0 Votes
4 Answers
267 Views
0 Votes 4 Answers 267 Views
Hi guys. I'm struggling to get the Cleanup Service working on our on-prem setup. We are using the built in service ( None ) but see loads of errors like: Cou...
4 months ago
0 Votes
3 Answers
213 Views
0 Votes 3 Answers 213 Views
I have an issue with how clearml logs checkpoints. We have a training setup with pytorch-lightning + clearml, where we use lightning.pytorch.ModelCheckpoint ...
3 months ago