Happy new year everyone! 🥂 🎆 Last minute 🎁 v2.0 is now out, with a new UI design! now finally supporting light & dark mode 🤩 Lot's more to come this year...
10 months ago
Hello, I have a question, is it possible to create multiple train-agent per gpu? I see cases of multiple gpu's per agent on the git page but I'm wondering if...
5 years ago
Are "delete" calls to the API Server blocking, i.e. does the server answer instantly or only after the delete has been completed? I am asking this because my...
3 years ago
Hi Everyone, I have a question on how to disable running pipelines in hybrid mode, so that agent only considers the code from git and not from local repo whi...
one year ago
If my task is derived from a jupyter notebook: In the base mode, it seems like there is a bunch of stuff automatically set up to give me an “artifact” saved ...
2 years ago
Hey, do you know if it's possible to execute a custom command just before ClearML Agent starts the container? I know it's possible to execute custom command ...
2 years ago
does clearml-serving support mms(multi-model-serving) like seldon deploy? mms: serving multiple model in the same container
2 years ago
There seems to be an error if a project name has spaces (at least at the top-level name). I created a project called internal tests (with the space), and it ...
3 years ago
Hello Everybody, I have a quick question, I have been training multiple models and have reached a point where I am satisfied with a model. How do I push my m...
one year ago
Hello, I am currently learning how to build pipelines with clearml. I've created a pipeline that has five steps, in which each step depends on the previous o...
2 years ago
I'm trying to serve my model usign clearml-serving in kubernetes. I already added the endpoint, and i can see it in the DevOps project. Which pod am i suppos...
2 years ago
Hello all, I'm trying to queue a task in python but I'd like to reuse the prior task ID. In the webapp you can Reset and Enqueue a task and it'll reuse the t...
one year ago
Hi there! I am using a custom ClearML installed in k8s using the official HELM-chart (with some modifications). I am trying to set up training that runs from...
one year ago
Hi, What would be the recommended way to add/track arbitrary models to/with OutputModels? Currently hacking it by using joblib dump and subsequently deleting...
3 years ago
Hi, can anyone help me with this code? (just a mock example, but it nicely captures the behavior of the real code) import pandas as pd from clearml import Ta...
3 years ago
Hi all, I'm running the ClearML Helm Chart over ArgoCD. When I apply the same chart over Docker Desktop everything works fine, but when I apply it over ArgoC...
11 months ago
I am getting this error inside github action CI runners.
2 years ago
Can clearml-server connect to elasticsearch via https endpoint? I see no option for that and ECK only deploys with https.
4 years ago
Is you server using https ?!
5 years ago
Hi i installed clearml helm chart, i am able access clearml ui(webserver), but i am not be see datasets and pipeline options. Am i doing anything wrong?
3 years ago
Are nested pipeline component supported? e.g. having a component call other pipeline components? I tried to run this snippet: from clearml import PipelineDec...
2 years ago
hello, is it possible to edit scalars/plots from an experiment (rename or delete them) with the python client or with the server api?
2 years ago
Hello everyone, what is the behavior of clearml-agent when run in docker mode and the container crashes? To me it seems like the clearml-agent will stop. In ...
3 years ago
Hi! How can I use the ClearML SDK to check parameters set in clearml.conf ? Is there a dict somewhere inside clearml.config.... ? Specifically, I would like ...
10 months ago
we are facing performance issues of our self-hosted ClearML server Looking at the cpu utilization \ memory \ networking we couldn't identify a bottleneck we ...
4 years ago
Hi everyone. Has anyone ever set up a Grafana alert for data drift using ClearML-Serving/Grafana?
one year ago
Hello everyone! How can I conveniently pass a large number of parameters to the pipeline in order to re-run it through ui?
2 years ago
Hi , I am new to clearml , I am trying to create a pipeline that have multiple steps that run inside a gitlab repo , so i pass it add_function_step with a to...
9 months ago
How is the new GUI "SETUP SHELL SCRIPT" option supposed to be used? I would like to add an apt install command to one of my tasks, and from reading the relat...
4 years ago