I wanted to ask, how to run pipeline steps conditionally? E.g if step returns a specific value, exit the pipeline or run another step instead of the sequenti...
3 years ago
does clearml supports kfserving? if not kfserving that what else I can use for deployement?
3 years ago
Hello! Does someone have a huggingface integration example?
3 years ago
Hi everyone, we train our ML models using the AWS autoscaler on g4dn instances. We currently have a 24 vCPU limit for G type instances in eu-west. I'm trying...
3 years ago
Hi all, I see there is an option for running a bash script / commands inside a container started by an agent. Is it possible to have this set differently per...
3 years ago
clearML provides API's to create pipelines and deploy models ?
3 years ago
I'll just ask this question again to get some fresh attention to this. Is there any way to run a pipeline step conditionally? E.g, under certain condition, e...
3 years ago
Another question regarding a curiousity. Given a task is sent to an Agent to run and it has a specific version of tensorflow/pytorch, which requires a specif...
3 years ago
Is it possible to set values in clearml config file programmatically? specifically aws.s3.use_credentials_chain
3 years ago
I'm trying to import offline tasks, but before I do so I want to make sure I'm not creating duplicates by accessing the task_name and project_name I'm going ...
3 years ago
Is there a way to use clearml-agent with an existing condav venv? I don't want it to create a new venv or install any packages.
3 years ago
How to update the logging level of all loggers in clearml?
3 years ago
Hi, I was wondering if there is a proper way to integrate my model config file (json) into the workflow using the UI. I've managed to connect it as a configu...
3 years ago
Hi, when I save model using tf.keras.save_model or using ModelCheckpoint model is not saved as an artifact. Output uri is set to google cloud bucket. When re...
3 years ago
Hi, we have recurring disk space issues on our ClearML server (Drop of many GB in a few days). After some analysis, we noted /opt/clearml/data/elastic_7 to b...
3 years ago
Any guy know who is the admin of this workspace?
3 years ago
I’m trying to build a leader board for my training tasks, but apparently there’s none available with the current ClearML version, right now?
3 years ago
Hi, part of the ML pipeline I'm working on temporarily stores intermediate features using torch.save . ClearML detects it and automatically uploads to my rem...
3 years ago
ClearML Server v1.2.0 has just been released! 🎉 🎉 with lots of improvements (such as improved experiment comparison UI) and bug fixes (release notes here )...
3 years ago
Hi, I've just started to evaluate ClearML for internal use at my org and am wondering if there's anyway to import data from old experiments into the dashboar...
3 years ago
Hi, I'm trying to deploy clearml server to my local ubuntu. Every process works fine but when I'm trying to access to clearml-fileserver (by clearml-data cre...
3 years ago
For some reason the agent is now trying to use Python 2.7 all of a sudden, any idea why? 🤔 I see the following in the task's console output: New python exec...
3 years ago
Hi, I have a general question regarding running two service queues, (each one with one agent). Is it enabled in the community version ?
3 years ago
anyone having problems with ClearML slowing down pytorch experiments? auto_connect_framework={“pytorch”: False} helps, but it’s not a great solution. we thin...
3 years ago
Hi, I'm trying to clone and queue experiments for running them on my workers. I am able to successfully clone and queue the task, but seems like the task doe...
3 years ago
Hey, I tried to use clearml-data with PascalVOC2007 and something weird happened: $ wget -q $ tar xf VOCtrainval_06-Nov-2007.tar $ cd VOCdevkit/VOC2007 $ ls ...
3 years ago
Why would the Mongo4 migration scripts (for clearml-server 1.2) try to chown 1000:1000?
3 years ago
Hey, does somebody know an easy way to transfer a task with all it’s dependencies like weights file and dataset from one ClearML server to another ClearML se...
3 years ago