I am trying to implement a service task which will do some orchestration of jobs, queues, VM instances, etc. I'm using clearml.backend_api.session.client.API...
one year ago
Hello, I have been starting to test and integrate ClearML into our stack and I like it. I started adding people to my workspace to share datasets and experim...
one year ago
Hello! Is it possible to use different credentials for different s3 buckets on different hosts? When I try to do like so: s3 { region: "us-east-2" key: "***"...
one year ago
When I created a dataset by specifying reuse_task_id , how can I then access the plots, scalars of the task corresponding to the dataset? I don't see a funct...
one year ago
I'm trying to set up clearml server on a new vm but the elasticsearch container is erroring with the following: Attaching to clearml-elastic clearml-elastic ...
2 years ago
Hi all! Couldn't find this in the documentation, how do you specify a "setup shell script", so it is used for that specific task?
2 years ago
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
Hello everyone again! So, I have a bit of an issue this time where sometimes ClearML won't be able to find a file on S3, occasionally it logs a 503 error too...
one year ago
Hi! I'm currently hosting my own clearml server, which has been great so far. I need to restrict access to ClearML from certain IP addresses in our lab. Idea...
one year ago
Hi, After installing self hosted clearml server, I'm getting the following error in the fileserver.log file: [2024-11-14 08:37:28,289] [7] [WARNING] [urllib3...
one year ago
in the past I thought that each of the trials would also be logging to clearML, but checking now, looks like that is not the case, so I don't need the disabl...
2 years ago
I found a workaround, but I am pretty sure there exists a much more efficient way than I am currently doing 😄
one year ago
Hi! I would like to report 2 "plt.imshow" images. Plain plotting (i.e. "plt.figure()") showed only the second one. When i tried to report through the Logger ...
one year ago
OK, next question, I've got some training args that I'd like to manually upload and have them show up in the attached place, under Configuration. It is a Hug...
4 years ago
Hi there, Our team started using clearml a few months ago and we've recently deployed an AWS EKS k8s cluster with the hopes of deploying a clearml-agent. I'v...
one year ago
Hi! Everyone. Can I use ClearML for manually annotating my image (segmentation task)? I noticed an ANNOTATIONS button on the left category. Does anyone have ...
one year ago
Hi, I have a question about creation of docker container using clearml-agent, can I set a proxy then pulling image from my local docker hub?
one year ago
but for example the pytorch versions would be different for the two, macbook is running a different version and my GPU(an Nvidia machine) an another version,...
11 months ago
Hi, on clearml-serving, where should I add CLEARML_TRITON_HELPER_ARGS ? It does not seem to work in the example.env , should I rebuild the triton docker?
one year ago
Hi, is there a way to get some stats about the use of workers? I would like to know, over the past 3 months: Number of training hours per user Number of trai...
4 years ago
Hi all, I updated from clearml-server 1.14.1 to 1.15.0 and I am getting the following error while trying to start the server after running docker-compose pul...
one year ago
Hello everyone! The cache for pip does not work for agent in k8s mode. I specify agent.docker_pip_cache as /mnt/pip_cache in the clearml.conf. But nothing is...
one year ago
in this case do I need an agent running on my local machine? Or the remote machine?
11 months ago
Hello! Does Clearml support the remote execution some function on agent without executing code locally? I want something like create_function_task().execute_...
one year ago
Hi, I'm using fractional gpu container, but I can't profile any thing, the nsys says only "Segmentation fault (core dumped)" Can you guys help me and do you ...
3 months ago
Hi, i am running several python scripts but all for the same project/task. Is it possible to Task.init to existing running/completed task and adding on the r...
4 years ago
Does clearml provide a feature store or integrate with external feature stores like feast?
3 months ago
It seems like ClearML Agent does not support arparse subparsers, right? https://docs.python.org/3/library/argparse.html#argparse.ArgumentParser.add_subparser...
4 years ago
Hi, I'm using PipelineController to launch remote pipelines from a local orchestration script. For each input file, I create a pipeline like this sequentiall...
3 months ago
Hey, I encountered a problem with using user/pass git authentication on clearml agents. If I have a local repo cloned with ssh, the agent will attempt to rep...
5 months ago