Hi! Ever since there was a huge frontend upgrade (a few weeks ago?), we’ve been having problems with plotly 3D scatter plots for which aspectmode="data" is n...
20 days ago
Hello, I am trying to programmatically retrieve the artifact FILE_PATH information that get displayed in the UI. So I have a pandas dataframe uploaded as art...
20 days ago
Hey guys. Ive uploaded a dataset (lets call it total) and then I want to make a train / test split of it that refers back to total dataset. My files are stor...
20 days ago
Hi Is it possible to use the Pythonic remote-execution command task.execute_remotely(queue_name="default") and have the remote job select requirements from a...
20 days ago
Ahoy! I have a Pro account which I need to downgrade. The account page says I have 8 GB of Metrics data, preventing the downgrade. However, no matter what I ...
24 days ago
Hi, I have installed clearml-agent in my server and I am trying to create a new task from app.clearml by pulling a repo from github. do i need to make change...
25 days ago
Hi clearml team, is there a way to overwrite working_dir when creating task from task.init() workflow? the underlying function I am triggering relying on the...
26 days ago
HI there, I'm trying to set default AWS storage credentials but keep getting an error. I tried to fill in the default storage as well as the bucket specific ...
26 days ago
`I'm attempting my first project in ClearML and have a few questions. I'm migrating my video encoding pipeline in Python3.12 to clearml using the decorators....
27 days ago
Hello, I recently start to running into SSLError when using Task.init(): 2025-03-03 12:30:55,981:WARNING:urlopen:Retrying (Retry(total=239, connect=240, read...
27 days ago
How can I access task IDs of tasks running within a PipelineDecorator.pipeline ? I know PipelineController has get_running_nodes method, but how to achieve t...
one month ago
Hi there, I'm looking into config with env vars. Is there an sdk/client equivalent to the server's dynamic env vars definition? None Looking at the example C...
one month ago
I'm experiencing an issue with my YOLO training script when using ClearML. Although the training process itself completes successfully (as indicated by the "...
one month ago
Does anyone have a good idea on how to set the correct Python version for a task? Apparently I can set it on a task level or via the web-interface. from clea...
one month ago
Hi, I want to integrate my ML tasks as a complete MLOps pipeline. I am planning to create new tasks by pulling the repo from github. As, some of the models a...
one month ago
Hi, I'm using AWS EC2 instance to trian my models with ClearML autoscaler, but it says CUDA device is not avaliable. The code runs well on my local PC and it...
one month ago
Hello, Running into some issues with deploying the ClearML Server Helm Chart. Trying to use external connections to managed services for Redis Cloud, Atlas M...
one month ago
Hey Guys, Context: I was able to host the ClearML server (web server, file server, API server) in an AWS EC2 instance via terraform IaC and GitHub actions an...
one month ago
Also, any advice on using best practice of using Task.create() instead of Task.init()? I have the need of specifying docker and repository, so only find Task...
one month ago
Hi, I want to setup task that can "overwrite configuration on the UI". Found some reference in the doc but couldn't make it work yet. I feel it should be ver...
one month ago
Hey Guys, noob question/problem ahead, so please forgive me in advance 🫠 Context: I was able to host the ClearML server (web server, file server, API server...
one month ago
Is it possible to create a Task using Task CLI using a python entrypoint (either script or module) and then have the task_name become overridden by the value...
one month ago
Hey everyone! We're excited to announce the launch of our new documentation website ! We've overhauled itm making your experience even smoother and more effi...
one month ago
Hello Team I am enterprise user Looking for help related to model serving capability I followed the tutorial to create the model , push it to the model regis...
one month ago
has anyone else benchmarked ClearML? I'm seeing catastrophic logging overhead: None for 50 numbers, ClearML's logging takes 3x as long as my entire LLM train...
one month ago
my linter (the default vscode python extension) doesn't understand TaskInstance = TypeVar("TaskInstance", bound="Task") . if I type clearml.Task.current_task...
one month ago
Hi, i tried to build my own image and uploaded it to harbor in order to use it as an image for pipelines and tasks, but the tasks didn't use the packages fro...
one month ago
Hi, is there a way to wait until a dataset finish uploading before proceed? because I want to upload dataset if it is not already exist and then process the ...
one month ago
Hello! I am trying to use an early stopping, or pruning mechanism in the hyperparameter optimization. Is there any of those mechanisms with OptimizerOptuna c...
one month ago
Hi, i try to execute pipeline with PipelineController and define it like this: pipe = PipelineController( name =config["clear_ml"]["pipeline_name"], project ...
one month ago