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 with tag clearml

Questions with tag clearml

Tags
Sorting
Results
per page
0 Votes
0 Answers
301 Views
0 Votes 0 Answers 301 Views
Is this a bug? Clearml version 1.26.4 im passing a list of S3 urls to add_external_files The list is about 1K of files, but only 7 are uploaded (only unique ...
3 months ago
0 Votes
4 Answers
327 Views
0 Votes 4 Answers 327 Views
Hey, guys! Could you help me to find out if there's an adequate way to track an experiment with Clearml if I'm running it as a black-box bash script?
3 months ago
0 Votes
2 Answers
296 Views
0 Votes 2 Answers 296 Views
3 months ago
0 Votes
3 Answers
318 Views
0 Votes 3 Answers 318 Views
Hello, how do you manage to unload a model from clearml-serving API? I am trying to unload a model through grpc via clearml-serving because the models are lo...
3 months ago
0 Votes
2 Answers
296 Views
0 Votes 2 Answers 296 Views
3 months ago
0 Votes
6 Answers
310 Views
0 Votes 6 Answers 310 Views
I'm trying to read the runtimes of tasks after the pipeline finished, for analytics. currently, I'm doing something like this: def collect_task_data(pipe: Pi...
3 months ago
0 Votes
2 Answers
308 Views
0 Votes 2 Answers 308 Views
Hello everyone! Has anyone ever used Grafana in ClearML-Serving to configure data drift alerts?
3 months ago
0 Votes
2 Answers
298 Views
0 Votes 2 Answers 298 Views
3 months ago
0 Votes
28 Answers
329 Views
0 Votes 28 Answers 329 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...
3 months ago
0 Votes
3 Answers
276 Views
0 Votes 3 Answers 276 Views
Hello, everyone, just wanted to ask, how we can fix the following issue: Retrying (Retry(total=229, connect=240, read=240, redirect=240, status=240)) after c...
3 months ago
0 Votes
2 Answers
313 Views
0 Votes 2 Answers 313 Views
3 months ago
0 Votes
9 Answers
330 Views
0 Votes 9 Answers 330 Views
Hi everyone, I'm using ClearML-Serving with Triton and have a couple of questions regarding model management: - Once a model is loaded into GPU memory for th...
3 months ago
0 Votes
1 Answers
329 Views
0 Votes 1 Answers 329 Views
3 months ago
0 Votes
3 Answers
349 Views
0 Votes 3 Answers 349 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...
3 months ago
0 Votes
4 Answers
426 Views
0 Votes 4 Answers 426 Views
3 months ago
0 Votes
2 Answers
339 Views
0 Votes 2 Answers 339 Views
Hi! I have a question about the ClearML API. Why do all apis use POST http method? Even delete apis are POST. The reason is I'm deploying my own API server b...
3 months ago
0 Votes
2 Answers
351 Views
0 Votes 2 Answers 351 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...
3 months ago
0 Votes
1 Answers
319 Views
0 Votes 1 Answers 319 Views
Hi, I'm using ClearML 1.16.1 to launch a multi node task using task.launch_multi_node() with a self-hosted ClearML server and workers. As I understand it, th...
3 months ago
0 Votes
2 Answers
358 Views
0 Votes 2 Answers 358 Views
Hi, I am using TaskScheduler to start a pipeline once per hour, that sequentially executes tasks. My current solution is that I have three execution queues, ...
3 months ago
0 Votes
6 Answers
326 Views
0 Votes 6 Answers 326 Views
3 months ago
0 Votes
2 Answers
300 Views
0 Votes 2 Answers 300 Views
Hey everyone, first Q 🎉 , I’m looking to integrate ClearML with Metfalow, I have some flows already setup and want to log some artifacts from each step to C...
3 months ago
0 Votes
14 Answers
357 Views
0 Votes 14 Answers 357 Views
3 months ago
0 Votes
4 Answers
332 Views
0 Votes 4 Answers 332 Views
clearml-agent==1.8.1 I already have a config file. And when I pass --config-file using below command it throws error. Command: clearml-agent daemon --queue d...
3 months ago
0 Votes
1 Answers
286 Views
0 Votes 1 Answers 286 Views
I have an issue using ClearML integrations with KerasTuner. I have followed the guide in None but I get the following error: ValueError: ClearmlTunerLogger r...
3 months ago
0 Votes
3 Answers
474 Views
0 Votes 3 Answers 474 Views
Hi everyone, I'm trying to run some integration tests with ClearML through a Github self hosted runner, but I keep getting this error: clearml.backend_api.se...
3 months ago
0 Votes
1 Answers
271 Views
0 Votes 1 Answers 271 Views
Hello, is there a function in the SDK to list all projects ? Also, are projects shared between Datasets and Experiments ?
3 months ago
0 Votes
2 Answers
364 Views
0 Votes 2 Answers 364 Views
hi everyone, I have a question. I have deployed the ClearML server behind a load balancer that is using my company’s private certificate for SSL. Now, when I...
3 months ago
0 Votes
1 Answers
400 Views
0 Votes 1 Answers 400 Views
Hi again, I am trying to create a docker for my training, I would like to know how can I control the docker launch command, for example to: - add mapping to ...
3 months ago
0 Votes
10 Answers
303 Views
0 Votes 10 Answers 303 Views
Hi, I am running a script very similar to the one in this example , except that the data parameter for training is taken from a clearml.Dataset.get . I can c...
3 months ago
0 Votes
0 Answers
304 Views
0 Votes 0 Answers 304 Views
Is there any way to upload datasets in their raw, uncompressed format? So far my research has concluded that this is not possible, but I wanted to drop a lin...
3 months ago
Show more results questions