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 6578

Questions 6578

Tags
Sorting
Results
per page
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K 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 ...
one year ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
Hi Everyone, I’m reporting a confusion matrix using below code. clearml_logger.report_confusion_matrix( title="Confusion Matrix (Accuracy)", series="ignored"...
one year ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K 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...
one year ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hello everyone! Has anyone ever used Grafana in ClearML-Serving to configure data drift alerts?
one year ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K 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...
one year ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
one year ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
one year ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
one year ago
0 Votes
13 Answers
2K Views
0 Votes 13 Answers 2K Views
Hi there! Can anybody help me with specifying the 'platform' for a model in clearml-serving. I am using the k8s clearml-serving setup (version 1.3.1). I alre...
one year ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
one year ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K 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...
one year ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K 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...
one year ago
0 Votes
14 Answers
2K Views
0 Votes 14 Answers 2K Views
one year ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
one year ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K 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, ...
one year ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hi, my server is on version 1.11, and yesterday a few of my runs (with agent 1.5.1) failed on TypeError: PipelineController.add_step() got an unexpected keyw...
one year ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K 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...
one year ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
hi all trying to run my first job jobs on clearml and am getting this: Successfully installed pip-22.2.2 ERROR: Exception: Traceback (most recent call last):...
one year ago
0 Votes
33 Answers
148K Views
0 Votes 33 Answers 148K Views
Hi everyone. I’m struggling to setup minio storage. Below is what I’m adding in my credentials and when I try to create a new dataset using below command; I ...
aws
one year ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K 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...
one year ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
one year ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K 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...
one year ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K 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...
one year ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K 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...
one year ago
0 Votes
15 Answers
1K Views
0 Votes 15 Answers 1K Views
Hi all, I use autoscalers in my training configuration, and I have an issue with them. The issue: Currently, I fail to configure autoscaler that will success...
one year ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hello, is there a function in the SDK to list all projects ? Also, are projects shared between Datasets and Experiments ?
one year ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K 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...
one year ago
0 Votes
10 Answers
1K Views
0 Votes 10 Answers 1K 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...
one year ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hey clearml team, would be nice to include dataset hash when using clearml-data cli. Is the order of --ids the same as returned rows?
one year ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K 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 ...
one year ago
Show more results questions