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
6 Questions, 36 Answers
  Active since 07 June 2024
  Last activity one month ago

Reputation

0

Badges 1

28 × Eureka!
0 Votes
3 Answers
802 Views
0 Votes 3 Answers 802 Views
Hello ClearML team, Can we set environment variable which actually follows the below route from clearml.conf file? api { files_server: " " } sdk { aws { s3 {...
aws
2 months ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K 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
one year ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K 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...
one year ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K 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...
one year ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
Hi Everyone, I’m reporting a confusion matrix using below code. clearml_logger.report_confusion_matrix( title="Confusion Matrix (Accuracy)", series="ignored"...
one year ago
0 Votes
33 Answers
150K Views
0 Votes 33 Answers 150K 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
one year ago
0 Clearml-Agent==1.8.1

Am I missing anything? because I can clearly see the usage of --config-file using clearml-agent --help

one year ago
0 Hello, Im Having Huge Performance Issues On Large Clearml Datasets How Can I Link To Parent Dataset Without Parent Dataset Files. I Want To Create A Smaller Subset Of Parent Dataset, Like 5% Of It. To Achieve This, I Have To Call Remove_Files() To 60K It

Hi @<1523701435869433856:profile|SmugDolphin23>
This is follow up question from my side.

Is it efficient to use clearML data for hundred of thousands of image dataset. I’ve a concern about performance.

So basically I’m training a transformers classifier. which need at least 300-400K images.

one year ago
Show more results compactanswers