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
GrievingKoala83
Moderator
22 Questions, 45 Answers
  Active since 11 June 2023
  Last activity 23 days ago

Reputation

0

Badges 1

43 × Eureka!
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hello everyone! How can I conveniently pass a large number of parameters to the pipeline in order to re-run it through ui?
one year ago
0 Votes
5 Answers
450 Views
0 Votes 5 Answers 450 Views
Hi everyone! I'm trying to use task.launch_multi_node(nodes, devices=gpus, hide_children=True) in conjunction with pytorch-ligtning. I am using the latest ve...
4 months ago
0 Votes
5 Answers
186 Views
0 Votes 5 Answers 186 Views
Hello! Can you help me with Model Endpoints tab - how to connect it to existing clearml-serving instance?
one month ago
0 Votes
2 Answers
947 Views
0 Votes 2 Answers 947 Views
Hi everyone! I have a ClearML dataset that takes up 10 Tb. Its local download (get_local_copy) takes about a month. Can you tell me how to speed up this proc...
10 months ago
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K Views
Hello everyone! The cache for pip does not work for agent in k8s mode. I specify agent.docker_pip_cache as /mnt/pip_cache in the clearml.conf. But nothing is...
11 months ago
0 Votes
28 Answers
893 Views
0 Votes 28 Answers 893 Views
Hi! I'm running launch_multi_mode with pytorch-lightning task.execute_remotely(queue_name='my-queue' config = task.launch_multi_node(args.nodes)) ddp = DDPSt...
10 months ago
0 Votes
0 Answers
89 Views
0 Votes 0 Answers 89 Views
Hello! Why in get_local_copy method ( None ) dependencies_by_order variable include only 1 parent dataset while there are 3 (pic. 2)? If I understand it corr...
21 days ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
one year ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
one year ago
0 Votes
2 Answers
479 Views
0 Votes 2 Answers 479 Views
6 months ago
0 Votes
3 Answers
269 Views
0 Votes 3 Answers 269 Views
Hello everyone! I tried to remove models from ClearML using clearml.Model.remove( model=model_id, delete_weights_file=True, force=True, raise_on_errors=True,...
2 months ago
0 Votes
3 Answers
733 Views
0 Votes 3 Answers 733 Views
Hello everyone! Can I create a report via API or SDK? Сan the model inference task generate a report that will be displayed in the reports tab?
9 months ago
0 Votes
3 Answers
918 Views
0 Votes 3 Answers 918 Views
Hi! When running a remote task on the agent, clearml installs additional system packages. how can this be disabled? the variable agent.package_manager.system...
10 months ago
0 Votes
1 Answers
196 Views
0 Votes 1 Answers 196 Views
Hello everyone! I need to run the pipeline on schedule. Are there any restrictions on running pipelines through the scheduler? Would hidden project for pipe ...
2 months ago
0 Votes
1 Answers
121 Views
0 Votes 1 Answers 121 Views
Hello! As fas as I understand, files are being sorted by its last modification time during cache cleaning? So that files that were downloaded long time ago b...
26 days ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Hello! How to determine the cache for an agent in Kubernetes? I'm going to mount s3 as a cache folder as a local path using s3fs. What variable needs to be s...
11 months ago
0 Votes
1 Answers
820 Views
0 Votes 1 Answers 820 Views
Hello! Is there a way to launch clearml apps (for example clearml schedulers) via API or code with status tracking on ClearML application tab? If we run clea...
9 months ago
0 Votes
5 Answers
859 Views
0 Votes 5 Answers 859 Views
Hello! Is there a way to launch clearml apps (for example clearml schedulers) via API or code with status tracking on ClearML application tab? If we run clea...
9 months ago
0 Votes
10 Answers
160 Views
0 Votes 10 Answers 160 Views
Hello! I need to run clearml pipeline with caching of steps. I specify cache_executed_step=True for each step, but my steps are not cached and ended with the...
one month ago
0 Votes
2 Answers
403 Views
0 Votes 2 Answers 403 Views
hello everyone! is it possible to transfer data (datasets, models) from one ClearML instance to another? How can I do this?
6 months ago
0 Votes
1 Answers
49 Views
0 Votes 1 Answers 49 Views
Is it possible to use the Resource Configuration ( None ) in the clearml free tier?
12 days ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Why can't I find the task created for the pipeline in the project through the main dashboard?
one year ago