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
14 Questions, 31 Answers
  Active since 11 June 2023
  Last activity one month ago

Reputation

0

Badges 1

29 × Eureka!
0 Votes
5 Answers
373 Views
0 Votes 5 Answers 373 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...
4 months ago
0 Votes
3 Answers
463 Views
0 Votes 3 Answers 463 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...
5 months ago
0 Votes
1 Answers
990 Views
0 Votes 1 Answers 990 Views
Why can't I find the task created for the pipeline in the project through the main dashboard?
one year ago
0 Votes
2 Answers
99 Views
0 Votes 2 Answers 99 Views
one month ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
one year ago
0 Votes
7 Answers
551 Views
0 Votes 7 Answers 551 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...
6 months ago
0 Votes
3 Answers
320 Views
0 Votes 3 Answers 320 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?
4 months ago
0 Votes
1 Answers
346 Views
0 Votes 1 Answers 346 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...
4 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
4 Answers
679 Views
0 Votes 4 Answers 679 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...
6 months ago
0 Votes
2 Answers
57 Views
0 Votes 2 Answers 57 Views
hello everyone! is it possible to transfer data (datasets, models) from one ClearML instance to another? How can I do this?
one month ago
0 Votes
1 Answers
566 Views
0 Votes 1 Answers 566 Views
7 months ago
0 Votes
28 Answers
436 Views
0 Votes 28 Answers 436 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...
5 months ago
0 Votes
2 Answers
475 Views
0 Votes 2 Answers 475 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...
5 months ago
0 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 Saved Along This Path
kubectl exec -it clearml-agent-85fd8ccc6d-7fdk7 -n clearml bash
kubectl exec [POD] [COMMAND] is DEPRECATED and will be removed in a future version. Use kubectl exec [POD] -- [COMMAND] instead.
Defaulted container "k8s-glue" out of: k8s-glue, init-k8s-glue (init)
root@clearml-agent-85fd8ccc6d-7fdk7:~# cat /root/clearml.conf 
agent.git_user=gitlab_agent
agent.git_pass=682S-pH9ay1nidsxBGyT
agent.cuda_version=118
#agent.docker_internal_mounts.venv_build=/home/s3_cache/venvs-builds
#agent.do...
6 months ago
Show more results compactanswers