Agent and env variables (this is almost duplicate thread ) I’m running simple script: import os from dotenv import load_dotenv from clearml import Dataset, T...
3 months ago
Hi, I have a question. I am trying to create a pipeline using the pipeline = PipelineController and I have made sure to pass the name of my desired queue wit...
3 months ago
A Question regarding optimizing API usage for production monitoring Hi, I'm currently using ClearML for monitoring a production environment where I report me...
3 months ago
Hello, i have a basic question on ClearML purposes. i want it to receive tasks from front-end, like this: app = FastAPI() @app.post("/create_task") def creat...
3 months ago
Hello, everyone! is there a clearml .pixi package manager support ? None I would like to have a remote execution in a docker container and then the pixi inst...
3 months ago
I'm using the ClearML helm charts, and so far so good, now I'm looking to give one of our agents access to a private GitHub repo, but could not find where to...
3 months ago
Hello hello! I recently started trying out clearml for experiment tracking, thanks devs for the beautiful product! I can across an issue that I couldn't reso...
3 months ago
Hello! I have an issue reproducing my runs. The task.Create completes successfully. When I clone and enqueue a completed task the clone fails. It fails durin...
3 months ago
Was there ever a solution to this request? https://faq.clear.ml/question/1546665636485140480/is-there-any-way-to-change-the-x-[…]s-to-say-e-g-epochs-instead-...
3 months 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: "***"...
3 months ago
Hi all Im trying to save my model checkpoints during runtime but am running into a confusing snag. I'm using the HuggingFace architecture for a transformer. ...
3 months ago
Hello, friends! I've got a problem. I am trying to restore ClearML server from backup. I did what docs tell: archived "config" and "data" folders, moved them...
3 months ago
Hi, I would like to rerun existing pipeline with another set of parameters from code. I see that it is possible from UI. Please help. Thank you!
3 months ago
Hello There Again!
So, I Discovered By Accident (As It Usually Happens) That Apparently Clearml Uses
Hello there again! So, I discovered by accident (as it usually happens) that apparently ClearML uses pickle as a backup serialization method if serializing w...
3 months ago
Hello Looking for full working example of HyperParameterOptimizer , may some notebook or script ? Alreadt followed the docs but failed to integrate it to my ...
3 months ago
Reporting NoneType scalars. Is it possible to report None somehow, to skip the point on a plot? If I just skip it, it will interpolate between the previous a...
3 months ago
Hello! My Workers Utilization is empty and not showing any graphs. Do you know how I can troubleshoot this?
3 months ago
hello all, I have currently deployed clearml on Kubernetes, and it looks like working. Had some trouble adding the helm repo, but ended up I used the wrong n...
3 months ago
Hi all, I wanted to know about saving datasets, we want to specify the path to gs by default, as I understand by default it uses the path to file_server? We ...
3 months ago
Hi, I am using clearml and I want to add some backend api in clearml-agent for my own usage. I wonder if these api service content auto generated, and how to...
3 months ago
What is expected behaviour of ClearML dataset? When I do Dataset.create(dataset_name='A', dataset_project='P') above dataset Implicitly becomes v1.0.0 and th...
3 months ago
Hi, Is there a way to get only the last child from a clearml dataset and not the entire graph?
3 months ago
Hi, I am still testing ClearML and checking if it is a good fit for the use-case I have in hand and I was checking clearml-serving , my question is is it cor...
3 months ago
The ClearML Enterprise plan supports K8S servicing multiple ClearML queues, as well as providing a pod template for each queue for describing the resources f...
3 months ago
Hi, I would like to know if it's possible to predefine queues in the k8s helm chart for the server
3 months ago
i dont exactly know how to ask for help on this... nor have a reproducible minimal example... I downgraded back to 1.15.1 from 1.16.2 and have the same issue...
3 months ago
Is there any way to get value of step parameter/function kwarg? This is from documentation, but didn't manage to get value. pipe.add_function_step( name='ste...
3 months ago
Hi All, I have become a big fan of ClearML by now 🙂 Big shoutout to clearML team for creating such a wonderful interface. I still keep getting one question ...
3 months ago
Hello everyone, is there a way to download the ClearML documentation without having to scrape the pages? Thank you very much.
3 months ago
Hi everyone, I'm trying to deploy my first ClearML pipeline with a configuration for logging and caching to avoid repeating already computed steps. However, ...
3 months ago