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
DeliciousBluewhale87
Moderator
38 Questions, 126 Answers
  Active since 10 January 2023
  Last activity 7 months ago

Reputation

0

Badges 1

121 × Eureka!
0 Votes
12 Answers
1K Views
0 Votes 12 Answers 1K Views
Hi folks, we are trying to find a tool to help with workflow orchestration. This is our stack so far (Label Studio/Clearml/Seldon). Does anyone have any expe...
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
i was able to run my clearml-agent but when i tried in docker mode. I got the below error. Btw, my worker runs in non-gpu machine but also dont need GPU as w...
2 years ago
0 Votes
6 Answers
935 Views
0 Votes 6 Answers 935 Views
Hi everyone, yesterday I pushed an experiment to the http://app.community.clear.ml server. It is still pending after 19 hours, is this normal behaviour ? Thanks
3 years ago
0 Votes
13 Answers
977 Views
0 Votes 13 Answers 977 Views
Hi , I have this use case. I have Dataset project. This stores the dataset and its lineage. 2. I have another project build using the Pipeline. The pipeline ...
3 years ago
0 Votes
9 Answers
991 Views
0 Votes 9 Answers 991 Views
I have used AWS S3 and minio as storage for clearml artifacts. But has anyone used Nexus as a storage ?
3 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hi, Just a silly question. Using clearml-data, Am I right to say every data commit is immutable, as in , it isnt possible to open an existing task-id(for dat...
3 years ago
0 Votes
23 Answers
1K Views
0 Votes 23 Answers 1K Views
Hi, expanding on ReassuredTiger98 ’s earlier question, Let's say Alice is running an hyperparameter optimization task on a particular queue, and spins off hu...
3 years ago
0 Votes
2 Answers
956 Views
0 Votes 2 Answers 956 Views
I suppose the Data Management & Lineage (is similar to clearml-data in the open source version) and if so, what is this Hyperdatasets function (Not really ge...
3 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Does anyone know if you can export a dataset (ML) directly from a database to the clearml-data Or have to export out as csv first ?
3 years ago
0 Votes
12 Answers
1K Views
0 Votes 12 Answers 1K Views
https://github.com/allegroai/clearml/blob/master/examples/optimization/hyper-parameter-optimization/base_template_keras_simple.py Hi, I am running this code ...
3 years ago
0 Votes
0 Answers
461 Views
0 Votes 0 Answers 461 Views
3 years ago
0 Votes
5 Answers
960 Views
0 Votes 5 Answers 960 Views
Seems clearml-server-k8s has been deprecated in version 1.0.. Did this to install helm install allegroai/clearml-server-chart --namespace=clearml --generate-...
3 years ago
0 Votes
2 Answers
998 Views
0 Votes 2 Answers 998 Views
Do we get workers in the http://app.community.clear.ml servers ?
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Using the s3 to push data, I tried this snippet.. How to add in the key and secret key ? I see that it requires another class, StorageHelper, but I wasnt abl...
3 years ago
0 Votes
1 Answers
968 Views
0 Votes 1 Answers 968 Views
Hi, I am trying to hyperparameterization. I am not sure how to pass a args['dataset_url'] from hyper.py to base.py. hyper_parameters=[ DiscreteParameterRange...
3 years ago
0 Votes
1 Answers
447 Views
0 Votes 1 Answers 447 Views
🙋 Roll call! Who else is here?
3 years ago
0 Votes
11 Answers
962 Views
0 Votes 11 Answers 962 Views
Hi, we have clearml on k8 setup. Using the below, we run dynamic pods on the cluster. k8s_glue_example.py --queue glue_qI pushed this code, https://github.co...
3 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Another qn, is clearml-data analogous to a feature-store
2 years ago
0 Votes
3 Answers
872 Views
0 Votes 3 Answers 872 Views
I was running the hyperparameter optimization code in clearml. I understand Iteration is one single experiment but what does the other parameters refer to ? ...
3 years ago
0 Votes
1 Answers
956 Views
0 Votes 1 Answers 956 Views
Currently, I start my clearml queues like this from the command shell. Is there a more elegant way to do this/ Like running it in perpetuity ? python clearml...
3 years ago
0 Votes
7 Answers
919 Views
0 Votes 7 Answers 919 Views
Hi, just checking.. Does anyone know whether clearml Enterprise has deployment functionality..
3 years ago
0 Votes
10 Answers
1K Views
0 Votes 10 Answers 1K Views
Quick qn, when using the clearml-task, how to specify the output_uri.
3 years ago
0 Votes
3 Answers
986 Views
0 Votes 3 Answers 986 Views
https://github.com/allegroai/clearml-server-helm I am following this k8 setup for clearml-server-helm. Here the clearml-agents are being started automaticall...
3 years ago
0 Votes
14 Answers
976 Views
0 Votes 14 Answers 976 Views
Hi, I am running a file like this python train_it.py Task.force_requirements_env_freeze(False) task = Task.init(project_name='playground', task_name='base') ...
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
3 years ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
Hi, I am running a pipeline (which does preprocessing and training) ? Once training ends, I want to automatically publish the task (model). Reading the docs,...
3 years ago
0 Votes
2 Answers
907 Views
0 Votes 2 Answers 907 Views
Hi, I have k8s environment and I have tried to install via helm. https://github.com/allegroai/clearml-helm-charts However, there were all kinds of errors in ...
2 years ago
0 Votes
4 Answers
961 Views
0 Votes 4 Answers 961 Views
Is there a way to output the cleamrl reports scalars / Configuration etc into a output pdf ? If not available, is it on the near term pipeline ?
3 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
3 years ago
0 Votes
12 Answers
924 Views
0 Votes 12 Answers 924 Views
Hi, I have quite a generic question. Basically, I am picking your brains for any solution. Our current pipeline has (clearml-data, clearml and seldon). We we...
3 years ago
Show more results questions