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
DangerousBee35
Moderator
18 Questions, 28 Answers
  Active since 26 July 2023
  Last activity 23 days ago

Reputation

0

Badges 1

26 × Eureka!
0 Votes
16 Answers
2K Views
0 Votes 16 Answers 2K Views
***** solved ***** it appears that ClearML hasn't automatically captured the requirements.txt file in the cloned repository. adding the following line of cod...
one year ago
0 Votes
2 Answers
940 Views
0 Votes 2 Answers 940 Views
I'm trying to use the AWS autoscaler and I'm having some difficulties with the AMI configuration. from what i tested the AMI should include: - python install...
one year ago
0 Votes
5 Answers
244 Views
0 Votes 5 Answers 244 Views
hi, is it a well known issue that once you upload an artifact with the prefix of "data_" to a task, you cannot fetch the task since clearml sees it as a data...
2 months ago
0 Votes
1 Answers
909 Views
0 Votes 1 Answers 909 Views
how can i use multiple docker args in the clearml-task cli? --docker_args '-v=some_dir:other_dir' -----> a single value works fine --docker_args '-v=some_dir...
11 months ago
0 Votes
1 Answers
116 Views
0 Votes 1 Answers 116 Views
Hi, we are migrating from AWS to GCP machines and we experience issues with task.connect function. the issue is that on GCP machines that are spawn by the au...
one month ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hi, I am running a script from a git repository. in the repository there is a package that i wrote and i would like the script that i am running to be able t...
one year ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
one year ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hi, I am looking for a way to report a single metric value of a trained model (lgbm for example). I'm currently using: logger.report_scalar(title='train', se...
one year ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
one year ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hi, I am using ClearML on a self-hosted server (with Kubernetes using Helm). currently we are using the free version and i was wondering if it is possible to...
one year ago
0 Votes
2 Answers
688 Views
0 Votes 2 Answers 688 Views
11 months ago
0 Votes
2 Answers
897 Views
0 Votes 2 Answers 897 Views
is it normal that (idle) workers that are spun by the aws autoscaler are not shut down when the autoscaler is stopped? I'm experiencing this issue a lot and ...
12 months ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
**** solved **** i used variables from here - None os.environ['CLEARML_AGENT_GIT_USER'] = 'myuser' os.environ['CLEARML_AGENT_GIT_PASS'] = 'mypass' ----------...
aws
one year ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
hi, im using aws autoscaler and having issues with clonning repos on a machine that has already run a task before. you may see the entire error in the attach...
11 months ago
0 Votes
14 Answers
112 Views
0 Votes 14 Answers 112 Views
hey, I'm using clearml GCP autoscaler and it seems that task.connect is very slow compared to the same setup in clearml AWS autoscalers. it might takes up to...
24 days ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hi, I'm using lightgbm package to train models. in my task execution I'm getting lots of warnings print from lightgbm. when running locally these prints are ...
one year ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hi, lately while trying to create a new dataset we encounter the following error: my code: from clearml import Dataset, Task dataset_1 = Dataset.create(datas...
one year ago
0 Votes
5 Answers
372 Views
0 Votes 5 Answers 372 Views
4 months ago