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
CheerfulKoala77
Moderator
5 Questions, 10 Answers
  Active since 24 February 2023
  Last activity one year ago

Reputation

0

Badges 1

10 × Eureka!
0 Votes
18 Answers
1K Views
0 Votes 18 Answers 1K Views
Hi all, I am trying to spin up some AWS autoscaler instances, but I seem to have some issues with the instance creation: 2023-02-23 21:04:29,122 - clearml.Au...
one year ago
0 Votes
0 Answers
706 Views
0 Votes 0 Answers 706 Views
Hi everyone, I have an issue with using a List[List[int]] in the add_parameter function of the PipelineController . It's pretty weird, because the pipeline f...
10 months ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
Hi all, I'm using Pytorch-Lightning with the Tensoboard logger: Here is the logging code that logs images with the Tensoboard logger. def validation_step(sel...
one year ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
Hi all, I try to pass secrets from my local machine to a remote agent. I'm using the clearml-task cli to kickoff my task to a specific queue ( None ) for the...
one year ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hi all, I tried to create a AWS autoscaler with a CPU only instance t3.medium , through the web-interface. I get the following error, anything I do wrong to ...
one year ago