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

Questions 5818

Questions 5818

Tags
Sorting
Results
per page
0 Votes
0 Answers
18 Views
0 Votes 0 Answers 18 Views
Hey guys, if I set file_upload_retries arbitrarily high like 1000, should I be good to upload a large dataset >1GB on spotty connections?
one day ago
0 Votes
5 Answers
19 Views
0 Votes 5 Answers 19 Views
one day ago
0 Votes
3 Answers
12 Views
0 Votes 3 Answers 12 Views
Hi, can I run a single hyperparameter optimization task with at least 100 experiments on multiple machines by using clearml-agent and queue?
one day ago
0 Votes
4 Answers
25 Views
0 Votes 4 Answers 25 Views
As soon as I refactor my project into multiple folders, where on top-level I put my pipeline file, and keep my tasks in a subfolder, the clearml agent seems ...
2 days ago
0 Votes
4 Answers
23 Views
0 Votes 4 Answers 23 Views
Hi! To make my script work inside a task, I need to add working_dir to the PYTHONPATH . According to the ClearML agent console log, here are the relevant lin...
3 days ago
0 Votes
2 Answers
22 Views
0 Votes 2 Answers 22 Views
Hey, I am trying to clone existing pipeline using clearml API, but I didn't managed to override pipeline parameters. Task was cloned successfully with parame...
3 days ago
0 Votes
14 Answers
26 Views
0 Votes 14 Answers 26 Views
When trying to run my agent with poetry as package manager (could also be with pip, but definitely with poetry), strange things seem to happen when trying to...
3 days ago
0 Votes
1 Answers
24 Views
0 Votes 1 Answers 24 Views
3 days ago
0 Votes
3 Answers
22 Views
0 Votes 3 Answers 22 Views
Hi, Is clearml-task --docker able to take docker image > 10GB? I got some issue when using clearml-task --docker with AWS autoscaler. The error shows no spac...
4 days ago
0 Votes
1 Answers
24 Views
0 Votes 1 Answers 24 Views
4 days ago
0 Votes
2 Answers
19 Views
0 Votes 2 Answers 19 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 days ago
0 Votes
1 Answers
24 Views
0 Votes 1 Answers 24 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 days ago
0 Votes
2 Answers
21 Views
0 Votes 2 Answers 21 Views
Hey, can someone help with using parameter in the pipeline? According to the documentation: pipe.add_parameter( name='pickle_url', description='url to pickle...
4 days ago
0 Votes
2 Answers
28 Views
0 Votes 2 Answers 28 Views
Hi, I have a yolox project that when I run locally its working but when I try to run it with an agent (on the same server and same user) it fails. with the f...
5 days ago
0 Votes
2 Answers
21 Views
0 Votes 2 Answers 21 Views
Hey, anyone know how to add a step with private repo? running this code: pipe.add_function_step( name='step3-test3', repo="https://${git_pass}@github.com/my-...
5 days ago
0 Votes
23 Answers
36 Views
0 Votes 23 Answers 36 Views
5 days ago
0 Votes
1 Answers
36 Views
0 Votes 1 Answers 36 Views
Can I launch training with HugginFaces accelerate package using multi-gpu option and Task.execute_remotely() ? Currently it fails: clearml.backend_interface....
7 days ago
0 Votes
2 Answers
44 Views
0 Votes 2 Answers 44 Views
Hi all, I am trying to deploy ClearML server in a local machine. I followed all the steps in None but when I went to the last step, the step docker-compose -...
8 days ago
0 Votes
28 Answers
59 Views
0 Votes 28 Answers 59 Views
Hi all, I've successfully run a Task locally, and now I'm trying to clone it and send it to a Queue. It looks like the environment is built successfully, but...
8 days ago
0 Votes
11 Answers
50 Views
0 Votes 11 Answers 50 Views
8 days ago
0 Votes
5 Answers
46 Views
0 Votes 5 Answers 46 Views
8 days ago
0 Votes
2 Answers
48 Views
0 Votes 2 Answers 48 Views
9 days ago
0 Votes
3 Answers
45 Views
0 Votes 3 Answers 45 Views
9 days ago
0 Votes
5 Answers
67 Views
0 Votes 5 Answers 67 Views
Hi everyone! I've updated to clearml 1.15 and the env var WEBSERVER__CLEARML_API_HOST stopped working in webserver docker-compose service. It's been set beca...
9 days ago
0 Votes
4 Answers
45 Views
0 Votes 4 Answers 45 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 days ago
0 Votes
3 Answers
44 Views
0 Votes 3 Answers 44 Views
Hi. here's a question. I wrote a code below for pipeline, ret = np.asarray(tlbr).copy() if ret.shape == (4,): ret[2:] -= ret[:2] else: ret[:, 2:] -= ret[:, :...
9 days ago
0 Votes
2 Answers
47 Views
0 Votes 2 Answers 47 Views
Hi, is there a way to have the docker extra arguments takes dockerd command instead of docker run ? I tried dockerd --storage-opt dm.basesize=20G in docker e...
10 days ago
0 Votes
4 Answers
50 Views
0 Votes 4 Answers 50 Views
Hi everyone, Is there a way to unarchive or unhide projects? Thanks!
10 days ago
0 Votes
0 Answers
41 Views
0 Votes 0 Answers 41 Views
10 days ago
0 Votes
1 Answers
47 Views
0 Votes 1 Answers 47 Views
Hi, I would like to know if it is possible to set up RBAC on the OS version of a self hosted ClearML (using on prem k8s)?
10 days ago
Show more results questions