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 ...
one year 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...
one year 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 ...
one year ago
Hi All How can i move experiments from one workspace to another?
one year 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...
one year 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...
one year 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...
one year ago
Hi, We have an agent running inside a Nvidia official container. The agent seems to see the GPU driver but the GPU count is 0 When I join that container, nvi...
one year ago
Hi, I have a question about migrating from tensorflow 2.14 to 2.16. Up until now I have been using tf.keras.callbacks.ModelCheckpoint to save models in the S...
one year ago
Hi there, we have a ClearML server and i have spun up an agent using a docker image (as we have private packages on AWS CodeArtifact that need installing). I...
one year ago
Hi, I’m trying to integrate Logger in my PipelineDecorator but I’m getting this error - TypeError: cannot pickle '_thread.RLock' object
one year 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...
one year ago
Hi, I have a worker running in services mode with --services-mode and using a Docker image. I did this as I need to run a pipeline with this agent running in...
one year 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...
one year 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...
one year 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...
one year ago
Hi, just curious, is there planning to using uv for clearml-agent for installation requirements?
one year ago
how to version models while training in production
one year ago
Hi, I have a pipeline with steps currently running on-prem. I want to use AutoScaler with spot instances to replace the on-prem machine. my question regards ...
one year 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...
one year ago
we recently released a new version of clearml-session with Persistent Workspace support! 🚀 🎉 Finally you can develop on remote machines with workspace fold...
one year 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 ...
one year ago
Hi community, I am new to the clearml, I cloned the project "Training - Increased LR, dropout, 4x batch" and want to make it run on an clearml-agent, but it ...
one year 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...
one year ago
Hi all! If we use task = clearml.Task.init() task.delete() Does it remove documents from ES related to this task (and reindex)?
one year ago
Hello! I am trying to launch a ClearML GPU instance, but I got this error: ClearML results page: Traceback (most recent call last): File "/code/main.py", lin...
one year ago
Hi, we recently deployed ClearML server and ClearML serving to our test infrastructure where it is running lika a breeze 🙂 . Moving forward in the productio...
one year ago
Hi there, I am running UrbanSounds example, the first step is download the data in my agent machine which has been successed, but the second step "preprocess...
one year ago
Hi all, I am trying to get all pipeline tasks or task ids from a specific project. The project in the details of one of the pipeline tasks is defined as "/.p...
one year ago