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
HomelyBluewhale47
Moderator
5 Questions, 35 Answers
  Active since 07 June 2024
  Last activity 3 months ago

Reputation

0

Badges 1

27 × Eureka!
0 Votes
4 Answers
342 Views
0 Votes 4 Answers 342 Views
Hi Everyone! Is there a way to store ENV_VARs or secrets in clearML when we use remote agent to run the task? Actually I have too many envs that are confiden...
3 months ago
0 Votes
4 Answers
317 Views
0 Votes 4 Answers 317 Views
clearml-agent==1.8.1 I already have a config file. And when I pass --config-file using below command it throws error. Command: clearml-agent daemon --queue d...
3 months ago
0 Votes
0 Answers
286 Views
0 Votes 0 Answers 286 Views
Hi Everyone, I’m reporting a confusion matrix using below code. clearml_logger.report_confusion_matrix( title="Confusion Matrix (Accuracy)", series="ignored"...
3 months ago
0 Votes
33 Answers
8K Views
0 Votes 33 Answers 8K Views
Hi everyone. I’m struggling to setup minio storage. Below is what I’m adding in my credentials and when I try to create a new dataset using below command; I ...
aws
3 months ago
0 Votes
1 Answers
98 Views
0 Votes 1 Answers 98 Views
Hello everyone. Is there a way to ignore editing clearml.conf file and set ENV vars for aws s3 credentials while launching clearml-agent? In my usecase I sta...
aws
29 days ago