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, ...
one year ago
Hi everyone. Is there any way to customize web_server and api_server urls in this dialog window? Clearml in our case installed on k8s using helm chart (versi...
one year ago
Hey, how can we control the pod of PipelineController not use the gpu? according to the documentation, the The pipeline controller lives as long as the pipel...
one year ago
Hi! The code dataset.get_metadata('metadata_name') produces the console message Cannot find metadata on this task, are you sure it has the correct name? if t...
one year ago
Hi folks. I've installed ClearML on k8s cluster using helm chart 7.11.0, if it matters. When I trying to create "APP CREDENTIALS" from workspace settings and...
one year ago
Hi! We are self-hosting ClearML on Kubernetes (installed using Helm chart v7.11.0). We are unable to download model artifacts from the ClearML UI. The downlo...
one year ago
There are still a ton of instances of the documentation using 'import allegroai', is that deprecated?
one year ago
Hi! When deleting datasets with the code: Dataset.delete(dataset_id = dataset_id, delete_files=False, delete_external_files=False, force=True, entire_dataset...
one year ago
Hi community :) I'm new to ClearML and seeking advice on best practices for managing datasets. I have two types of datasets: (1) PDFs (2) Tabular data stored...
one year ago
Hey everyone anyone had experience with installing clearml-server on Openshift? I assume some modifications requires comapred to vanilla k8s installation (in...
one year ago
Hi, is there a way to have the docker extra arguments takes dockerd command instead of docker run ? I tried dockerd --storage-opt dm.basesize=20G in docker e...
one year ago
Hi all, I've successfully run a Task locally, and now I'm trying to clone it and send it to a Queue. It looks like the environment is built successfully, but...
one year ago
Is it possible to upload a hyperdataset? Or can we only upload datasts
one year ago
Hi, I have been testing ClearML and checking if it is a good fit for the use case that I have in hand. everything is quite good so far but I have a question ...
one year ago
Hi! I am currently testing the function of tags, using dataset.add_tag(). Why do tags only show on a version level, but not on the dataset-level? (see images...
one year ago
Hi! When running a remote task on the agent, clearml installs additional system packages. how can this be disabled? the variable agent.package_manager.system...
one year ago
Hello! Is there a way to launch clearml apps (for example clearml schedulers) via API or code with status tracking on ClearML application tab? If we run clea...
one year ago
Hello and Afternoon! Is there a programmatic way (using the SDK) to initiate comparison between two pipeline? Use case: I have two individual pipelines with ...
one year ago
Hey, can someone help with using parameter in the pipeline? According to the documentation: pipe.add_parameter( name='pickle_url', description='url to pickle...
one year ago
Hi! To make my script work inside a task, I need to add working_dir to the PYTHONPATH . According to the ClearML agent console log, here are the relevant lin...
one year ago
Hey, I have pipeline from code, but have problem with caching. Actually clearml didn't cache already executed steps (tried to re-run pipeline from web-ui). D...
one year ago
I am trying to do some hyperparameter optimization using a script and have closely followed the example on Github. I keep getting this warning when using Opt...
one year ago
Hi ClearML team, does upload_folder None also have the capability of retrying to upload? It doesn't have the retries parameter
one year ago
I noticed after upgrading to the latest clearml that App Credentials now disappear on restart. Is this an intentional design choice? I'm in a bit of a chicke...
one year ago
Hello everyone! Can I create a report via API or SDK? Сan the model inference task generate a report that will be displayed in the reports tab?
one year ago
When trying to run my agent with poetry as package manager (could also be with pip, but definitely with poetry), strange things seem to happen when trying to...
one year ago
As soon as I refactor my project into multiple folders, where on top-level I put my pipeline file, and keep my tasks in a subfolder, the clearml agent seems ...
one year ago
Hey guys, if I set file_upload_retries arbitrarily high like 1000, should I be good to upload a large dataset >1GB on spotty connections?
one year ago
hi Team, I am trying to start the clearml with opensearch as backend instead elastic search , when I started the service I am seeing partial web UI as below ...
one year ago
Could I get some feedback from people with experience using ClearML pipelines on the best way to handle caching? My team is working on configuring ClearML Pi...
one year ago