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
18 Questions, 38 Answers
  Active since 11 June 2023
  Last activity one day ago

Reputation

0

Badges 1

36 × Eureka!
0 Votes
2 Answers
378 Views
0 Votes 2 Answers 378 Views
4 months ago
0 Votes
1 Answers
890 Views
0 Votes 1 Answers 890 Views
11 months ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
one year ago
0 Votes
1 Answers
103 Views
0 Votes 1 Answers 103 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 ...
one month ago
0 Votes
3 Answers
783 Views
0 Votes 3 Answers 783 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...
9 months 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
0 Votes
3 Answers
612 Views
0 Votes 3 Answers 612 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?
7 months ago
0 Votes
28 Answers
777 Views
0 Votes 28 Answers 777 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...
9 months ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K 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
1 Answers
696 Views
0 Votes 1 Answers 696 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...
7 months ago
0 Votes
2 Answers
814 Views
0 Votes 2 Answers 814 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...
9 months ago
0 Votes
7 Answers
889 Views
0 Votes 7 Answers 889 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...
10 months ago
0 Votes
5 Answers
338 Views
0 Votes 5 Answers 338 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...
3 months 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...
10 months ago
0 Votes
2 Answers
309 Views
0 Votes 2 Answers 309 Views
hello everyone! is it possible to transfer data (datasets, models) from one ClearML instance to another? How can I do this?
5 months ago
0 Votes
5 Answers
740 Views
0 Votes 5 Answers 740 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...
8 months ago
0 Votes
3 Answers
168 Views
0 Votes 3 Answers 168 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,...
one month ago
0 Votes
5 Answers
32 Views
0 Votes 5 Answers 32 Views
Hello! Can you help me with Model Endpoints tab - how to connect it to existing clearml-serving instance?
3 days ago