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 6343

Questions 6343

Tags
Sorting
Results
per page
0 Votes
4 Answers
152 Views
0 Votes 4 Answers 152 Views
one month ago
0 Votes
3 Answers
138 Views
0 Votes 3 Answers 138 Views
one month ago
0 Votes
3 Answers
108 Views
0 Votes 3 Answers 108 Views
How can I access task IDs of tasks running within a PipelineDecorator.pipeline ? I know PipelineController has get_running_nodes method, but how to achieve t...
one month ago
0 Votes
4 Answers
151 Views
0 Votes 4 Answers 151 Views
one month ago
0 Votes
1 Answers
108 Views
0 Votes 1 Answers 108 Views
one month ago
0 Votes
3 Answers
163 Views
0 Votes 3 Answers 163 Views
Does anyone have a good idea on how to set the correct Python version for a task? Apparently I can set it on a task level or via the web-interface. from clea...
one month ago
0 Votes
3 Answers
130 Views
0 Votes 3 Answers 130 Views
Hi, I want to setup task that can "overwrite configuration on the UI". Found some reference in the doc but couldn't make it work yet. I feel it should be ver...
one month ago
0 Votes
1 Answers
132 Views
0 Votes 1 Answers 132 Views
Hi, we are migrating from AWS to GCP machines and we experience issues with task.connect function. the issue is that on GCP machines that are spawn by the au...
one month ago
0 Votes
0 Answers
152 Views
0 Votes 0 Answers 152 Views
Hey Guys, Context: I was able to host the ClearML server (web server, file server, API server) in an AWS EC2 instance via terraform IaC and GitHub actions an...
one month ago
0 Votes
2 Answers
170 Views
0 Votes 2 Answers 170 Views
👋 Hi everyone! Did anyone have this issue with clearml agent in k8s when trying to run a task remotely? │ k8s-glue ERROR: Could not push back task [11d1b317...
one month ago
0 Votes
1 Answers
145 Views
0 Votes 1 Answers 145 Views
one month ago
0 Votes
0 Answers
151 Views
0 Votes 0 Answers 151 Views
Hey everyone! We're excited to announce the launch of our new documentation website ! We've overhauled itm making your experience even smoother and more effi...
one month ago
0 Votes
4 Answers
158 Views
0 Votes 4 Answers 158 Views
Hey Guys, noob question/problem ahead, so please forgive me in advance 🫠 Context: I was able to host the ClearML server (web server, file server, API server...
one month ago
0 Votes
3 Answers
159 Views
0 Votes 3 Answers 159 Views
my linter (the default vscode python extension) doesn't understand TaskInstance = TypeVar("TaskInstance", bound="Task") . if I type clearml.Task.current_task...
one month ago
0 Votes
12 Answers
172 Views
0 Votes 12 Answers 172 Views
has anyone else benchmarked ClearML? I'm seeing catastrophic logging overhead: None for 50 numbers, ClearML's logging takes 3x as long as my entire LLM train...
one month ago
0 Votes
16 Answers
180 Views
0 Votes 16 Answers 180 Views
one month ago
0 Votes
5 Answers
189 Views
0 Votes 5 Answers 189 Views
Hi, i try to execute pipeline with PipelineController and define it like this: pipe = PipelineController( name =config["clear_ml"]["pipeline_name"], project ...
one month ago
0 Votes
5 Answers
127 Views
0 Votes 5 Answers 127 Views
Hi, is there a way to wait until a dataset finish uploading before proceed? because I want to upload dataset if it is not already exist and then process the ...
one month ago
0 Votes
1 Answers
117 Views
0 Votes 1 Answers 117 Views
aws
one month ago
0 Votes
2 Answers
168 Views
0 Votes 2 Answers 168 Views
How does clearml-agent install -e python package ? I have a homemade python package which I just moved to pyproject.toml, that I am not familiar with so not ...
one month ago
0 Votes
4 Answers
147 Views
0 Votes 4 Answers 147 Views
one month ago
0 Votes
5 Answers
178 Views
0 Votes 5 Answers 178 Views
hi, I'm using huggingface trainer, is there a way to capture grad_norm per layer? Thanks!
one month ago
0 Votes
2 Answers
153 Views
0 Votes 2 Answers 153 Views
one month ago
0 Votes
1 Answers
162 Views
0 Votes 1 Answers 162 Views
one month ago
0 Votes
9 Answers
236 Views
0 Votes 9 Answers 236 Views
Hello, a question about pipelines. I have a repository with one pipeline using decorators, defined in pipeline.py . It uses multiple components that import c...
one month ago
0 Votes
8 Answers
176 Views
0 Votes 8 Answers 176 Views
Hi everyone, I'm experiencing an issue with ClearML running on K8S. After upgrading the ClearML server helm chart from version 7.11.5, I'm seeing the followi...
one month ago
0 Votes
4 Answers
171 Views
0 Votes 4 Answers 171 Views
one month ago
0 Votes
5 Answers
173 Views
0 Votes 5 Answers 173 Views
one month ago
0 Votes
2 Answers
165 Views
0 Votes 2 Answers 165 Views
Hi guys, im running into an issue when creating new clearml dataset version. I want to create new version of dataset from a local folder, but I don't want al...
one month ago
0 Votes
4 Answers
199 Views
0 Votes 4 Answers 199 Views
2 months ago
Show more results questions