Hi! trying to create a dataset (we’re running it on an on-prem clearml server), I run the following command: clearml-data add --files data_20210613/and get t...
4 years ago
Trying to compare experiments w.r.t. some input hyper-parameters (on an on-prem server). When selecting any additional hyper-parameter to show on the table, ...
4 years ago
Has anyone done this exact use case - updates to datasets triggering pipelines?
4 years ago
Hi, what is the correct way to get all the failed and aborted experiments? client = APIClient() tasks = client.tasks.get_all( system_tags=["failed", "aborted...
4 years ago
Hi, I have a file on azure blob, which will be a parent for some experiments, which in every one of them I will manipulate the orig file. now I want to creat...
4 years ago
How does the uncommitted changes stuff work? Is it only for modified changes and not untracked files?
4 years ago
Hi! I was wondering if it was possible to update a finished task. I wanted to add an artifact
4 years ago
hi clearml experts. I have a question about deploying clearml on kubenetes. Why kubernetes? does clearml also provide an execution environment on kubernetes ...
4 years ago
I might be missing something, but is there no way to clear all tags or remove a tag in a Task? I only see a add_tags()
4 years ago
What is parent task for a dataset? When does it get populated?
4 years ago
Is it not possible to fire and forget a pipeline? In this example, what’s the step to just trigger a pipeline without waiting? Without the pipe.wait() I don’...
4 years ago
Similar question but when running a pipeline, can I control the tags that the tasks a pipeline creates? add_pipeline_tags adds tags from pipeline to the task...
4 years ago
I'm new to clearml - trying few things - when using the offline mode how do I set the offline dir to s3? I would like to send everything from sagemaker to so...
4 years ago
Hi, thank you for this great tool. We have an issue when resuming a task when a machine is being preempted. In some cases (not always), the scalars are not l...
4 years ago
Hi, how do I switch clearml server to run on https with a self signed cert?
4 years ago
Hi, I'd like to know if it's possible to change the artifact FILE PATH that is shown in the UI. I'd need this because I have clearml agents that are running ...
4 years ago
When running an experiment from a notebook, it knows it’s a notebook and automatically adds the notebook as an artifact right? And the uncommited changes bec...
4 years ago
Hi guys, I want automate the clearml-init in a docker container. Ideally I would do this by having the clearml.conf file in the container and then read in en...
4 years ago
Hi, is there a way I can supply credentials to clearml-data (cli and python) without going thru the ClearML.conf?
4 years ago
Hi, while running my experiments I get this message : "ClearML Monitor: Could not detect iteration reporting, falling back to iterations as seconds-from-star...
4 years ago
When using something like pdf2image which requires poppler (which can be installed with conda), how can I ensure that the task can run on an agent correctly?...
4 years ago
My nth question for the day 🙂 What’s the general pattern for running a pipeline - train model, evaluate metrics and publish the model if satisfactory (based...
4 years ago
Hi crew! A bit stuck on something basic again: I’m running a ClearML server on AWS EC2 using the latest Community AMI (ami-01edf47969e2515dd - allegroai-clea...
4 years ago
Hi , I have set up clearml using the helm chart in k8s. I have been wanting to set up an authentication for the clearml server. https://allegro.ai/clearml/do...
4 years ago
Hey all. I am looking to integrate ClearML into Airflow. I want to use Airflow to orchestrate running ClearML pipelines. My question is about authentication ...
4 years ago
Hello, there's a particular metric (perplexity) I'd like to track, but clearML didn't seem to catch it. Specifically, this "Evaluation" section of run_mlm.py...
4 years ago
Any documentation (code examples) on how to log custom plotly plots?
4 years ago
Hi again!, I want clearml to upload files to remote location when I execute dataset.upload() , looked in .clerml conf but did'nt find where to config that. c...
4 years ago