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 6582

Questions 6582

Tags
Sorting
Results
per page
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
is there any better way to get queue by name other then: client = APIClient() queue = [q for q in client.queues.get_all() if q.name == queue_name][0]and, can...
3 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
How do I extract from a completed task, the time it took to run ? Given I have the id of the task.
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hi team, how to you use MicroMamba and pip together with ClearML ?
2 years ago
0 Votes
15 Answers
2K Views
0 Votes 15 Answers 2K Views
Hi, In my setup I run multiple experiments in parallel from the same script. I understand that there can only be one execution Task in a script. I would like...
5 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
Hi, I have a question about clearml-data . It looks the CLI remembers "previously created/accessed dataset". Where is that information saved? Or how can I re...
4 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
The comparison page seems to resize the experiments so that all tags will fit in the screen, but then the experiments are pretty much impossible to compare
3 years ago
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K Views
Quick question: Does overriding a task with Task.init() do a proper delete of debug samples at an fileserver or S3 host?
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Also is this the image that is used for experiments? https://github.com/allegroai/clearml-helm-charts/blob/main/charts/clearml-agent/values.yaml#L38-L39
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hello, I downloaded the docker-compose for windows but when starting it up I'm getting the following error for mongo: 2020-11-29T18:37:45.794+0000 I CONTROL ...
4 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
2 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
2 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
Hello everyone ๐Ÿ‘€ , I just started using ClearML, and it’s amazing, especially the self-host part. The Docker deployment is very convenient and stable!!!
one year ago
0 Votes
4 Answers
837 Views
0 Votes 4 Answers 837 Views
8 months ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K 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?
one year ago
0 Votes
11 Answers
2K Views
0 Votes 11 Answers 2K Views
Hi. I have a few questions about the snippet attached re-running this code produces the same printouts... I chose 47 out of 100 in the pipeline ... I chose 8...
3 years ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K Views
getting the following error """Retrying (Retry(total=232, connect=240, read=239, redirect=240, status=233)) after connection broken by 'ReadTimeoutError("HTT...
5 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Hi, is there a way to force the requirements.txt? I have a package I installed directly from github but the version is always wrong. Any other way to do this?
4 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
What could be the reason for FAIL status of a task that seems to have completed correctly? No information in the log whatsoever
4 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Hi, I got some issue when using clearml-task --docker with AWS autoscaler. The error shows no space left on device , and my docker image is 12GB. I've tested...
one year ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Assuming I call Task.enqueue() on a task, is there a way for me to get a link to the task execution? I want to write a message to slack, containing the URL s...
3 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Hello! How to determine the cache for an agent in Kubernetes? I'm going to mount s3 as a cache folder as a local path using s3fs. What variable needs to be s...
one year ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Happy Friday Everyone ๐Ÿ™‚ how can I apply uncommitted changes from a task manually to debug locally?
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
2 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
one year ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Hi, from within an experiment, how can I intercept the signal that the experiment was aborted and execute a cleanup function? I tried to intercept SIGINT and...
3 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
When in PIP mode , how does a Worker installs the required python packages? Does it use the existing requirements.txt ? My problem is that the packages insid...
3 years ago
0 Votes
25 Answers
2K Views
0 Votes 25 Answers 2K Views
Um, is there a way to delete an artifact from a task that is running?
3 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
one year ago
0 Votes
1 Answers
590 Views
0 Votes 1 Answers 590 Views
4 months ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi i saw this announcement from NVIDIA on TAO's integration with ClearML. How can we use it?
2 years ago
Show more results questions