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 6087

Questions 6087

Tags
Sorting
Results
per page
0 Votes
9 Answers
318 Views
0 Votes 9 Answers 318 Views
4 months ago
0 Votes
9 Answers
309 Views
0 Votes 9 Answers 309 Views
Hi, can I run a single hyperparameter optimization task with at least 100 experiments on multiple machines by using clearml-agent and queue?
4 months ago
0 Votes
5 Answers
429 Views
0 Votes 5 Answers 429 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 ...
4 months ago
0 Votes
8 Answers
486 Views
0 Votes 8 Answers 486 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...
4 months ago
0 Votes
2 Answers
351 Views
0 Votes 2 Answers 351 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...
4 months ago
0 Votes
15 Answers
313 Views
0 Votes 15 Answers 313 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...
4 months ago
0 Votes
1 Answers
345 Views
0 Votes 1 Answers 345 Views
4 months ago
0 Votes
3 Answers
342 Views
0 Votes 3 Answers 342 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 months ago
0 Votes
1 Answers
341 Views
0 Votes 1 Answers 341 Views
4 months ago
0 Votes
3 Answers
325 Views
0 Votes 3 Answers 325 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
357 Views
0 Votes 1 Answers 357 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
361 Views
0 Votes 3 Answers 361 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 months ago
0 Votes
2 Answers
361 Views
0 Votes 2 Answers 361 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...
4 months ago
0 Votes
2 Answers
303 Views
0 Votes 2 Answers 303 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-...
4 months ago
0 Votes
69 Answers
8K Views
0 Votes 69 Answers 8K Views
4 months ago
0 Votes
1 Answers
375 Views
0 Votes 1 Answers 375 Views
Can I launch training with HugginFaces accelerate package using multi-gpu option and Task.execute_remotely() ? Currently it fails: clearml.backend_interface....
4 months ago
0 Votes
2 Answers
345 Views
0 Votes 2 Answers 345 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 -...
4 months ago
0 Votes
46 Answers
11K Views
0 Votes 46 Answers 11K 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...
4 months ago
0 Votes
11 Answers
384 Views
0 Votes 11 Answers 384 Views
4 months ago
0 Votes
5 Answers
403 Views
0 Votes 5 Answers 403 Views
4 months ago
0 Votes
3 Answers
369 Views
0 Votes 3 Answers 369 Views
4 months ago
0 Votes
4 Answers
333 Views
0 Votes 4 Answers 333 Views
4 months ago
0 Votes
5 Answers
422 Views
0 Votes 5 Answers 422 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...
4 months ago
0 Votes
5 Answers
383 Views
0 Votes 5 Answers 383 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
347 Views
0 Votes 3 Answers 347 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[:, :...
4 months ago
0 Votes
4 Answers
337 Views
0 Votes 4 Answers 337 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...
4 months ago
0 Votes
4 Answers
359 Views
0 Votes 4 Answers 359 Views
Hi everyone, Is there a way to unarchive or unhide projects? Thanks!
4 months ago
0 Votes
0 Answers
366 Views
0 Votes 0 Answers 366 Views
4 months ago
0 Votes
1 Answers
295 Views
0 Votes 1 Answers 295 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)?
4 months ago
0 Votes
2 Answers
305 Views
0 Votes 2 Answers 305 Views
Hi! I keep getting these errors when running an ML project trying to log training experiments. Does anyone know what they mean and how I can fix it? Nothing ...
4 months ago
Show more results questions