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
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
Hi team, how to you use MicroMamba and pip together with ClearML ?
2 years ago
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
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
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
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
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
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
Hi, I have a case when I want to clone tasks and set some parameters for them. I noticed, that I can't pass numbers, only strings are possible there. When I'...
2 years ago
I'm a bit confused. It seems like something has changed with how ClearML handles recording datasets in tasks. It used to be the case that when I would create...
2 years ago
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
Is it possible to create a Task using Task CLI using a python entrypoint (either script or module) and then have the task_name become overridden by the value...
8 months ago
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
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
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
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
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
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
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
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
Happy Friday Everyone ๐ how can I apply uncommitted changes from a task manually to debug locally?
3 years ago
Hello everyone. When pressing the "Copy embed code" button in scalar plots, I don't get to choose the embedding type like in the video, it seems that I get o...
2 years ago
None
one year ago
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
Um, is there a way to delete an artifact from a task that is running?
3 years ago
Hey ๐ Tensorboard Logs Overwhelming Elasticsearch I am running a clear ml server, however when running experiments with tensorboard logging I am seeing the ...
one year ago
How I can cache the poetry and pip installations, on my workers, so every worker and trial that is running inside a container on my worker, doesn't need to i...
4 months ago
Hi i saw this announcement from NVIDIA on TAO's integration with ClearML. How can we use it?
2 years ago