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
what i mean is that is clearml just an orchestrator? or it runs computations as well
4 years ago
I saw some talk of ClearML + Kedro on reddit. Is that a good approach?
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
Hello clearml
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
the calculation I talk about it not part of the training, but some pre processing
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
When I do Task.init() and then a execute_remotely(), the task is being Aborted rather than be in Draft. Am I missing something?
4 years ago
What’s the easiest way to update the repo url alone for a task? Need - in my CI, the url used is https but I need the ssh url to be used. I see that we can p...
4 years ago
(data is a bit different, but the plot is missing hte scale and the colors)
4 years ago
Apart from having packages in requirements.txt, does clearml expect them to be actuall installed to add them as installed packages for a task?
4 years ago