Hi all! If we use task = clearml.Task.init() task.delete() Does it remove documents from ES related to this task (and reindex)?
8 months ago
👋 Hi ClearML community, I'm trying to deploy a ClearML scheduler via docker. I've managed to put everything together and tested that the scheduler in both l...
8 months ago
Hi there, does anyone have suggestions for best practice for deploying a pipeline so that it can run remotely on a ClearML server using a Docker image? I am ...
8 months ago
Hello everyone! I have a Pipeline that stores a metric X (a single number) at the end and I want to display a graph of this metric in Project Dashboard, so t...
8 months ago
how to version models while training in production
8 months ago
Hi, just curious, is there planning to using uv for clearml-agent for installation requirements?
8 months ago
Can anyone help me with this issue?
8 months ago
Hey, when I try to run my clearml pipeline locally using pipe.start_locally(run_pipeline_steps_locally=True) , it's giving me an error TypeError: '<' not sup...
8 months ago
Hello everyone, Im trying to run the hyper_parameter_optimizer.py example but keep running into the same issue with version incompatibility, could anybody te...
8 months ago
Hello, everyone. I have a model, and in preprocess.py , I have included some print statements. I'm curious to know if it's possible to view these print outpu...
8 months ago
Hi community, I am trying to run a Pipeline that has only a single step defined as a Task, but I get a bizarre error when I run pipeline.start_locally(run_pi...
8 months ago
Hi, I’m trying to integrate Logger in my PipelineDecorator but I’m getting this error - TypeError: cannot pickle '_thread.RLock' object
8 months ago
Hi all, I am using a self-hosted clearml instance. I'm exploring the report feature and ran into a bug. Steps to reproduce: - Have self-hosted ClearML instan...
8 months ago
Hi again! Are there way of uploading your model architecture to clearml, and not the weights. Would like to easily compare different experiments with slightl...
8 months ago
Hello!, Does anyone know why when running a task in a specific docker image, there are some python packages whose versions doesn't match? For example, I have...
8 months ago
Hi All How can i move experiments from one workspace to another?
8 months ago
Hello everyone, I'm curious to know if it's possible to prevent uploading a duplicate endpoint. For instance, if an endpoint has already been uploaded using ...
8 months ago
Hello, I having been exhausting the metrics quota way to fast for the current use that I am making of clearml. Is the quota cumulative ? i.e. do we get 1G pe...
8 months ago
Hi! Is there any way to add git-like ignore file for versioning clearml data? I saw in docs a wildcard argument when files are added to a dataset. How can i ...
8 months ago
Hey guys! I would love to know how to integrate HPO inside ClearML pipelines. I have made a continuous learning pipeline with data ETL and model training and...
8 months ago
Hi all! I am a bit confused as to how the Python environment is set. I can submit jobs that build the environment and run perfectly fine. But, if I abort the...
8 months ago
Hi all - I am expeiencing some weird behavior using clearml experiment tracking with hydra configurations. My hydra OmegaConf configuration object is not alw...
8 months ago
Hello everyone! The question about Dataset.squash(). The Squash operation copies all the data and is no longer linked to previous commits? I thought this ope...
8 months ago
Hi Guys, I feel like I'm missing something regarding the way I should be cloning tasks. I have tasks templates that I want to be able to clone and dynamicall...
8 months ago
Hello everyone! I cant connect ClearML with Yandex Storage S3. I have an error with keys and permissions (see the screenshots), but I can upload model weight...
8 months ago
Hello everyone! Is there an option to add a drop-down menu for arguments in your pipeline? The idea is to predefine an available list of arguments and allow ...
8 months ago
I have a problem with displaying scalars. What could be the reason? None
8 months ago
Hello everyone. If I use self-hosted clearml, am I limited by the number of users, artifact storage, or API calls?
8 months ago
Hi community, I might have a misunderstanding of the use of task.connect method. It seems like the object I connect is immutable, while it should be mutable....
8 months ago